mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Stop shipping subpackages of tests.
This commit is contained in:
parent
9c975cbe58
commit
2e05be78de
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.3',
|
||||
'Topic :: Utilities',
|
||||
],
|
||||
packages=find_packages(exclude=['tests']),
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
include_package_data=True,
|
||||
install_requires=['six'],
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue