django-helpdesk/MANIFEST.in

15 lines
382 B
Plaintext
Raw Normal View History

include README.rst
include CONTRIBUTING.rst
include SECURITY.md
include AUTHORS
include LICENSE*
2014-12-09 23:19:07 +01:00
include requirements.txt
include requirements-testing.txt
recursive-include helpdesk/static/helpdesk *
recursive-include helpdesk/locale *.po *.mo
recursive-include helpdesk/templates *
recursive-include helpdesk/fixtures *.json
recursive-include docs/html *
recursive-include demo *