Don't include tests in PYPI package

This commit is contained in:
Honza Kral
2013-09-23 23:27:39 +02:00
parent b0e124048e
commit 1f37348bb9
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ setup(
author_email = "[email protected]",
packages=find_packages(
where='.',
exclude=('test_elasticsearch', )
exclude=('test_elasticsearch*', )
),
classifiers = [
"Development Status :: 4 - Beta",