Commit 32db73b8 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added table_data.csv to package_data

parent 62dd2aec
Pipeline #65 passed with stages
in 8 seconds
...@@ -29,7 +29,7 @@ setuptools.setup( ...@@ -29,7 +29,7 @@ setuptools.setup(
# include_package_data=True, # include_package_data=True,
package_data={"": ["LICENSE", "README.md"], package_data={"": ["LICENSE", "README.md"],
"csst_proto": ["data/test_image.txt", "csst_proto": ["data/test_image.txt",
"table_data.csv" "data/table_data.csv"
]}, ]},
# install_requires=['sphinx', # install_requires=['sphinx',
# 'numpy', # 'numpy',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment