Commit bff1392e authored by GZhao's avatar GZhao
Browse files

update setup.py to include toml file

parent 83f3de50
Pipeline #8384 passed with stage
in 0 seconds
...@@ -28,7 +28,7 @@ setuptools.setup( ...@@ -28,7 +28,7 @@ setuptools.setup(
package_dir={'csst_cpic_sim': 'csst_cpic_sim'}, package_dir={'csst_cpic_sim': 'csst_cpic_sim'},
include_package_data=True, include_package_data=True,
package_data={ package_data={
'csst_cpic_sim': ['data/*.yaml'] 'csst_cpic_sim': ['data/*.yaml', 'data/*.toml']
}, },
install_requires=requirements, install_requires=requirements,
......
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