Skip to content

Commit d5afd76

Browse files
authored
Exclude unnecessary directory 'tests' in wheels (#60)
1 parent 9f19c2e commit d5afd76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def run_setup(with_binary=True):
9999
long_description=long_description,
100100
long_description_content_type='text/markdown',
101101
url='https://github.com/apache/ignite-python-thin-client',
102-
packages=setuptools.find_packages(),
102+
packages=setuptools.find_packages(exclude=["tests*"]),
103103
install_requires=install_requirements,
104104
license="Apache License 2.0",
105105
license_files=('LICENSE', 'NOTICE'),

0 commit comments

Comments
 (0)