Skip to content

Commit ec528b2

Browse files
committed
hopefully finally fixed the input data files
1 parent 90a966e commit ec528b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎setup.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"Development Status :: 3 - Alpha",
2727
# "Topic :: Utilities",
2828
],
29-
data_files=[('rgb', '*')],
29+
package_data={
30+
'cmtamu': ['rgb/*.npy'],
31+
},
3032
packages = ["cmtamu"],
3133
# py_modules = cmtamu_mod,
3234
ext_package='cmtamu',

0 commit comments

Comments
 (0)