Fix #535 -- Add static files to dist package

This commit is contained in:
Johannes Hoppe 2019-04-10 10:11:36 +02:00
parent 3a7ecd1666
commit ad42a01083
3 changed files with 5 additions and 7 deletions

3
.gitignore vendored
View file

@ -20,3 +20,6 @@ venv/
geckodriver.log
ghostdriver.log
.coverage
coverage.xml
.eggs/

2
MANIFEST.in Normal file
View file

@ -0,0 +1,2 @@
include django_select2/static/django_select2/django_select2.js
prune tests

View file

@ -33,13 +33,6 @@ tests_require =
pytest-django
selenium
[options.package_data]
* = *.txt, *.rst, *.html, *.po
[options.packages.find]
exclude =
tests
[bdist_wheel]
universal = 1