mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Fix #550 -- Omit tests from wheel
This commit is contained in:
parent
c15de464d5
commit
ff68bf1050
2 changed files with 5 additions and 1 deletions
|
|
@ -1,2 +1,6 @@
|
|||
include django_select2/static/django_select2/django_select2.js
|
||||
prune tests
|
||||
prune .github
|
||||
exclude .fussyfox.yml
|
||||
exclude .travis.yml
|
||||
exclude .gitignore
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ classifier =
|
|||
|
||||
[options]
|
||||
include_package_data = True
|
||||
packages = find:
|
||||
packages = django_select2
|
||||
install_requires =
|
||||
django>=2.0
|
||||
django-appconf>=0.6.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue