mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
zip_safe=False to fix issue w/ setuptool installs.
This commit is contained in:
parent
037ff68090
commit
a19faf3a90
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -47,6 +47,7 @@ setup(
|
|||
test_suite='tests.runtests.main',
|
||||
tests_require=['django-discover-runner', 'django-picklefield', 'redis'],
|
||||
install_requires=['six'],
|
||||
zip_safe=False,
|
||||
extras_require={
|
||||
'database': ['django-picklefield'],
|
||||
'redis': ['redis'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue