We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f19c2e commit d5afd76Copy full SHA for d5afd76
1 file changed
setup.py
@@ -99,7 +99,7 @@ def run_setup(with_binary=True):
99
long_description=long_description,
100
long_description_content_type='text/markdown',
101
url='https://github.com/apache/ignite-python-thin-client',
102
- packages=setuptools.find_packages(),
+ packages=setuptools.find_packages(exclude=["tests*"]),
103
install_requires=install_requirements,
104
license="Apache License 2.0",
105
license_files=('LICENSE', 'NOTICE'),
0 commit comments