Skip to content

Commit aed3f55

Browse files
Exclude tests folder from package
1 parent ef3f802 commit aed3f55

2 files 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
@@ -56,7 +56,7 @@ def readme():
5656
'scikit-learn>=1.6.0,<1.8.0',
5757
'imblearn',
5858
],
59-
packages=find_namespace_packages(),
59+
packages=find_namespace_packages(exclude=['tests']),
6060
include_package_data=True,
6161
classifiers=[
6262
'Development Status :: 5 - Production/Stable',

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)