We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b461123 commit 95b9140Copy full SHA for 95b9140
setup.py
@@ -25,7 +25,7 @@
25
'Programming Language :: Python :: 3',
26
],
27
keywords='python data science machine learning pandas sklearn',
28
- packages=find_packages(exclude=['tests*']),
+ packages=find_packages(include=['category_encoders']),
29
include_package_data=True,
30
author='Will McGinnis',
31
install_requires=[
0 commit comments