Commit 04c2cc48 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated package info

parent 63626138
...@@ -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
......
...@@ -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.io', url='https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto',
project_urls={ project_urls={
'Source': 'http://github.com/csster/csst', 'Source': 'https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto',
}, },
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
license='MIT', license='MIT',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment