Skip to content

Commit ff68bf1

Browse files
committed
Fix applegrew#550 -- Omit tests from wheel
1 parent c15de46 commit ff68bf1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
include django_select2/static/django_select2/django_select2.js
22
prune tests
3+
prune .github
4+
exclude .fussyfox.yml
5+
exclude .travis.yml
6+
exclude .gitignore

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifier =
1919

2020
[options]
2121
include_package_data = True
22-
packages = find:
22+
packages = django_select2
2323
install_requires =
2424
django>=2.0
2525
django-appconf>=0.6.0

0 commit comments

Comments
 (0)