We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eef60c + 56cf848 commit 9eb8301Copy full SHA for 9eb8301
setup.py
@@ -40,7 +40,7 @@ def run_tests(self):
40
license='MIT',
41
url='https://github.com/hzdg/django-enumfields',
42
long_description=README,
43
- packages=find_packages(),
+ packages=find_packages(exclude=["tests*"]),
44
zip_safe=False,
45
classifiers=[
46
'Environment :: Web Environment',
0 commit comments