Skip to content

Commit 7db1975

Browse files
committed
updated
1 parent 9d43e06 commit 7db1975

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
keywords = ["machine learning", "data science"],
6161
url = "https://github.com/OFAI/hub-toolbox-python3",
6262
requires=['numpy', 'scipy', 'sklearn'],
63-
packages=['hub_toolbox'],
63+
packages=['hub_toolbox', 'tests'],
64+
package_data={'hub_toolbox': ['example_datasets/*']},
6465
classifiers=[
6566
"Development Status :: 4 - Beta",
6667
"Environment :: Console",

0 commit comments

Comments
 (0)