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
f4d506b7
Commit
f4d506b7
authored
May 08, 2024
by
GZhao
Browse files
update setup version
parent
cdc37c29
Pipeline
#4361
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
f4d506b7
import
setuptools
import
csst_cpic_sim
with
open
(
"requirements.txt"
,
"r"
)
as
f
:
requirements
=
[
...
...
@@ -11,7 +10,7 @@ with open("requirements.txt", "r") as f:
setuptools
.
setup
(
name
=
'csst_cpic_sim'
,
version
=
csst_cpic_sim
.
__version__
,
version
=
'2.0.0'
,
author
=
'CSST Team'
,
author_email
=
'gzhao@niaot.ac.cn'
,
description
=
'The CSST CPIC Simulation'
,
# short description
...
...
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