mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
setup: exclude tests from build
This commit is contained in:
parent
344ae771a8
commit
bd1749afd2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ setup(
|
|||
'Programming Language :: Python',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
],
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=['tests']),
|
||||
include_package_data=True,
|
||||
test_suite='tests.runtests.runtests',
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue