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_mci_sim
Commits
e45594d9
Commit
e45594d9
authored
May 15, 2024
by
Yan Zhaojun
Browse files
test
parent
59e25890
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
e45594d9
...
@@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f:
...
@@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f:
setuptools
.
setup
(
setuptools
.
setup
(
name
=
'csst_mci_sim'
,
# 包名
name
=
'csst_mci_sim'
,
# 包名
version
=
"
1.2
.0"
,
# 版本号
version
=
"
3.1
.0"
,
# 版本号
author
=
"Zhaojun Yan"
,
# 作者
author
=
"Zhaojun Yan"
,
# 作者
author_email
=
"zhaojunyan@shao.ac.cn"
,
# 邮箱
author_email
=
"zhaojunyan@shao.ac.cn"
,
# 邮箱
description
=
"The CSST MCI simulation - prototype"
,
# 短描述
description
=
"The CSST MCI simulation - prototype"
,
# 短描述
...
@@ -42,6 +42,6 @@ setuptools.setup(
...
@@ -42,6 +42,6 @@ setuptools.setup(
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
],
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
],
"csst_mci_sim"
:
[
"mci_so/*"
,
"mci_data/*"
,
"CTI/*"
,
"support/*"
]},
"csst_mci_sim"
:
[
"mci_so/*"
,
"mci_data/*"
,
"CTI/*"
,
"support/*"
]},
# 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装
# 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装
python_requires
=
">=3.
11
"
,
# Python版本要求
python_requires
=
">=3.
8
"
,
# Python版本要求
install_requires
=
requirements
,
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