Skip to content

Commit 9eb8301

Browse files
authored
Merge pull request #63 from xavfernandez/fix_setup_py
Do not include tests in the wheel
2 parents 2eef60c + 56cf848 commit 9eb8301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run_tests(self):
4040
license='MIT',
4141
url='https://github.com/hzdg/django-enumfields',
4242
long_description=README,
43-
packages=find_packages(),
43+
packages=find_packages(exclude=["tests*"]),
4444
zip_safe=False,
4545
classifiers=[
4646
'Environment :: Web Environment',

0 commit comments

Comments
 (0)