Files
django-q2/MANIFEST.in
Thierry BOULOGNE 63eb91c6b4 update manifest
2018-08-05 19:19:47 +02:00

10 lines
256 B
Plaintext

include LICENSE
include README.rst
include CHANGELOG.
recursive-include django_q/locale *
include django_q/management/*.py
include django_q/management/commands/*.py
include django_q/migrations/*.py
include django_q/brokers/*.py
include django_q/tests/*.py