Don't include tests in PYPI package
This commit is contained in:
@@ -44,7 +44,7 @@ setup(
|
||||
author_email = "[email protected]",
|
||||
packages=find_packages(
|
||||
where='.',
|
||||
exclude=('test_elasticsearch', )
|
||||
exclude=('test_elasticsearch*', )
|
||||
),
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
|
||||
Reference in New Issue
Block a user