Skip to content

Commit 6a8c7aa

Browse files
Revert "Exclude tests folder from package"
This reverts commit aed3f55.
1 parent d7c4b12 commit 6a8c7aa

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(exclude=['tests']),
59+
packages=find_namespace_packages(),
6060
include_package_data=True,
6161
classifiers=[
6262
'Development Status :: 5 - Production/Stable',

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)