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
b6e8bc32
Commit
b6e8bc32
authored
May 29, 2024
by
GZhao
Browse files
fix the bug of missing package data
parent
c14b3904
Pipeline
#4821
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
b6e8bc32
...
...
@@ -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'
,
...
...
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