Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_cpic_sim
Commits
bff1392e
Commit
bff1392e
authored
May 23, 2025
by
GZhao
Browse files
update setup.py to include toml file
parent
83f3de50
Pipeline
#8384
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
bff1392e
...
...
@@ -28,7 +28,7 @@ setuptools.setup(
package_dir
=
{
'csst_cpic_sim'
:
'csst_cpic_sim'
},
include_package_data
=
True
,
package_data
=
{
'csst_cpic_sim'
:
[
'data/*.yaml'
]
'csst_cpic_sim'
:
[
'data/*.yaml'
,
'data/*.toml'
]
},
install_requires
=
requirements
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment