We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15de46 commit ff68bf1Copy full SHA for ff68bf1
MANIFEST.in
@@ -1,2 +1,6 @@
1
include django_select2/static/django_select2/django_select2.js
2
prune tests
3
+prune .github
4
+exclude .fussyfox.yml
5
+exclude .travis.yml
6
+exclude .gitignore
setup.cfg
@@ -19,7 +19,7 @@ classifier =
19
20
[options]
21
include_package_data = True
22
-packages = find:
+packages = django_select2
23
install_requires =
24
django>=2.0
25
django-appconf>=0.6.0
0 commit comments