From ff68bf10506a68dad0e172d2d3834dd3355ab26a Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Mon, 10 Jun 2019 17:42:32 +0200 Subject: [PATCH] Fix #550 -- Omit tests from wheel --- MANIFEST.in | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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