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 e60926b commit 4d0b0d5Copy full SHA for 4d0b0d5
setup.py
@@ -58,5 +58,8 @@
58
test_suite='nose.collector',
59
tests_require=['nose'],
60
include_package_data=True,
61
+ package_data={
62
+ NAME: ["dataset/datasets/*/*.npy"],
63
+ },
64
zip_safe=False,
65
)
0 commit comments