Fix #550 -- Omit tests from wheel

This commit is contained in:
Johannes Hoppe 2019-06-10 17:42:32 +02:00
parent c15de464d5
commit ff68bf1050
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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