diff --git a/.gitignore b/.gitignore index 7de93f8..2c9d965 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ venv/ geckodriver.log ghostdriver.log .coverage + +coverage.xml +.eggs/ diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..0072a03 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include django_select2/static/django_select2/django_select2.js +prune tests diff --git a/setup.cfg b/setup.cfg index 50bb999..f71b20f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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