Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bo Zhang
csst
Commits
089c0a7c
Commit
089c0a7c
authored
3 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
updated version
parent
f7413cd4
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+3
-3
setup.py
with
3 additions
and
3 deletions
+3
-3
setup.py
+
3
-
3
View file @
089c0a7c
...
...
@@ -5,13 +5,13 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
'csst'
,
version
=
'0.0.
2
'
,
version
=
'0.0.
3
'
,
author
=
'CSST Team'
,
author_email
=
'
liuchao
@nao.cas.cn'
,
author_email
=
'
bozhang
@nao.cas.cn'
,
description
=
'The CSST pipeline'
,
# short description
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
url
=
'http://github.com/
hypergravity
/csst'
,
url
=
'http://github.com/
csster
/csst'
,
packages
=
setuptools
.
find_packages
(),
license
=
'MIT'
,
classifiers
=
[
"Development Status :: 5 - Production/Stable"
,
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets