mirror of
https://github.com/jazzband/django-celery-monitor.git
synced 2026-03-16 22:00:24 +00:00
Package non-Python files, too.
This commit is contained in:
parent
2b761082b7
commit
08fc27346b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -150,5 +150,5 @@ setuptools.setup(
|
||||||
tests_require=reqs('test.txt'),
|
tests_require=reqs('test.txt'),
|
||||||
cmdclass={'test': pytest},
|
cmdclass={'test': pytest},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
include_package_data=False,
|
include_package_data=True,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue