We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d43e06 commit 7db1975Copy full SHA for 7db1975
1 file changed
setup.py
@@ -60,7 +60,8 @@
60
keywords = ["machine learning", "data science"],
61
url = "https://github.com/OFAI/hub-toolbox-python3",
62
requires=['numpy', 'scipy', 'sklearn'],
63
- packages=['hub_toolbox'],
+ packages=['hub_toolbox', 'tests'],
64
+ package_data={'hub_toolbox': ['example_datasets/*']},
65
classifiers=[
66
"Development Status :: 4 - Beta",
67
"Environment :: Console",
0 commit comments