Fix #535 -- Add static files to dist package

This commit is contained in:
Johannes Hoppe
2019-04-10 11:58:40 +02:00
parent 3a7ecd1666
commit ad42a01083
3 changed files with 5 additions and 7 deletions
+3
View File
@@ -20,3 +20,6 @@ venv/
geckodriver.log
ghostdriver.log
.coverage
coverage.xml
.eggs/
+2
View File
@@ -0,0 +1,2 @@
include django_select2/static/django_select2/django_select2.js
prune tests
-7
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