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_proto
Commits
04c2cc48
Commit
04c2cc48
authored
Aug 23, 2022
by
BO ZHANG
🏀
Browse files
updated package info
parent
63626138
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
04c2cc48
...
@@ -5,7 +5,7 @@ CSST pipeline prototype.
...
@@ -5,7 +5,7 @@ CSST pipeline prototype.
## Homepage
## Homepage
-
Gitlab: https://csst-tb.bao.ac.cn/code/hypergravity/csst_proto
-
Gitlab:
[
https://csst-tb.bao.ac.cn/code/hypergravity/csst_proto
](
https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto
)
## Install
## Install
...
...
setup.py
View file @
04c2cc48
...
@@ -5,16 +5,16 @@ with open("README.md", "r") as fh:
...
@@ -5,16 +5,16 @@ with open("README.md", "r") as fh:
long_description
=
fh
.
read
()
long_description
=
fh
.
read
()
setuptools
.
setup
(
setuptools
.
setup
(
name
=
'csst'
,
name
=
'csst
_proto
'
,
version
=
csst_proto
.
__version__
,
version
=
csst_proto
.
__version__
,
author
=
'CSST Team'
,
author
=
'CSST Team'
,
author_email
=
'bozhang@nao.cas.cn'
,
author_email
=
'bozhang@nao.cas.cn'
,
description
=
'The CSST pipeline'
,
# short description
description
=
'The CSST
L1
pipeline
prototype
'
,
# short description
long_description
=
long_description
,
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
long_description_content_type
=
"text/markdown"
,
url
=
'https://csst
.readthedocs.i
o'
,
url
=
'https://csst
-tb.bao.ac.cn/code/csst-l1/csst_prot
o'
,
project_urls
=
{
project_urls
=
{
'Source'
:
'http://
github.com
/csst
er
/csst'
,
'Source'
:
'http
s
://
csst-tb.bao.ac.cn/code
/csst
-l1
/csst
_proto
'
,
},
},
packages
=
setuptools
.
find_packages
(),
packages
=
setuptools
.
find_packages
(),
license
=
'MIT'
,
license
=
'MIT'
,
...
...
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