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-pipeline
csst_common
Commits
905c6e08
Commit
905c6e08
authored
Dec 08, 2023
by
BO ZHANG
🏀
Browse files
update setup.py
parent
ffa4a02c
Pipeline
#2052
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
905c6e08
...
...
@@ -15,24 +15,25 @@ with open("requirements.txt", "r") as f:
setuptools
.
setup
(
name
=
"csst_common"
,
version
=
"0.0.1"
,
author
=
"Bo Zhang"
,
author_email
=
"bozhang@nao.cas.cn"
,
description
=
"The CSST L1 pipeline - common modules"
,
# short description
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
url
=
"https://csst-tb.bao.ac.cn/code/csst-l1/csst_common"
,
project_urls
=
{
"Source"
:
"https://csst-tb.bao.ac.cn/code/csst-l1/csst_common"
,
},
packages
=
setuptools
.
find_packages
(),
license
=
"MIT"
,
classifiers
=
[
"Development Status :: 5 - Production/Stable"
,
version
=
"0.0.1"
,
# 版本号
author
=
"Bo Zhang"
,
# 作者
author_email
=
"bozhang@nao.cas.cn"
,
# 邮箱
description
=
"CSST common package."
,
# 短描述
long_description
=
long_description
,
# 长描述
long_description_content_type
=
"text/markdown"
,
# 长描述类型
url
=
"https://csst-tb.bao.ac.cn/code/csst-l1/csst_common"
,
# 主页
packages
=
setuptools
.
find_packages
(
where
=
"."
),
# 用setuptools工具自动发现带有__init__.py的包
license
=
"MIT"
,
# 证书类型
classifiers
=
[
# 程序分类, 参考 https://pypi.org/classifiers/
# How mature is this project?
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
"Development Status :: 3 - Alpha"
,
"Intended Audience :: Science/Research"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python :: 3
.8
"
,
"Programming Language :: Python :: 3"
,
"Topic :: Scientific/Engineering :: Physics"
,
"Topic :: Scientific/Engineering :: Astronomy"
,
],
...
...
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