add templates from modules to MANIFEST.in so that they get included in the distribution
This commit is contained in:
parent
c6db7909b8
commit
046dd88269
|
@ -5,3 +5,6 @@ recursive-include realms/static/css *
|
|||
recursive-include realms/static/js *
|
||||
recursive-include realms/static/vendor *
|
||||
recursive-include realms/templates *
|
||||
recursive-include realms/modules/auth/templates *
|
||||
recursive-include realms/modules/search/templates *
|
||||
recursive-include realms/modules/wiki/templates *
|
||||
|
|
Loading…
Reference in a new issue