diff --git a/MANIFEST.in b/MANIFEST.in index 0072a03..33ef41f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/setup.cfg b/setup.cfg index cb4af41..69437a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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