Stop shipping subpackages of tests.

This commit is contained in:
Jannis Leidel 2014-11-21 14:49:13 +01:00
parent 9c975cbe58
commit 2e05be78de

View file

@ -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,