Skip to content

Commit 95b9140

Browse files
only include category encoders in setup as suggested in issue 332
1 parent b461123 commit 95b9140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'Programming Language :: Python :: 3',
2626
],
2727
keywords='python data science machine learning pandas sklearn',
28-
packages=find_packages(exclude=['tests*']),
28+
packages=find_packages(include=['category_encoders']),
2929
include_package_data=True,
3030
author='Will McGinnis',
3131
install_requires=[

0 commit comments

Comments
 (0)