mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-29 01:14:43 +00:00
Don't build package as an egg
This commit is contained in:
parent
4f8fbb5f93
commit
f9992c934f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -188,4 +188,5 @@ setup(
|
|||
install_requires=[
|
||||
"Django>=1.3",
|
||||
],
|
||||
zip_safe=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue