Commit b6e8bc32 authored by GZhao's avatar GZhao
Browse files

fix the bug of missing package data

parent c14b3904
Pipeline #4821 passed with stage
in 0 seconds
......@@ -26,7 +26,10 @@ setuptools.setup(
"Topic :: Scientific/Engineering :: Astronomy"
],
package_dir={'csst_cpic_sim': 'csst_cpic_sim'},
include_package_data=False,
include_package_data=True,
package_data={
'csst_cpic_sim': ['data/*.yaml']
},
install_requires=requirements,
python_requires='>=3.8',
......
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