mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Fix #535 -- Add static files to dist package
This commit is contained in:
parent
3a7ecd1666
commit
ad42a01083
3 changed files with 5 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -20,3 +20,6 @@ venv/
|
|||
geckodriver.log
|
||||
ghostdriver.log
|
||||
.coverage
|
||||
|
||||
coverage.xml
|
||||
.eggs/
|
||||
|
|
|
|||
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
include django_select2/static/django_select2/django_select2.js
|
||||
prune tests
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue