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

updated package info

parent 63626138
......@@ -5,7 +5,7 @@ CSST pipeline prototype.
## 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
......
......@@ -5,16 +5,16 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name='csst',
name='csst_proto',
version=csst_proto.__version__,
author='CSST Team',
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_content_type="text/markdown",
url='https://csst.readthedocs.io',
url='https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto',
project_urls={
'Source': 'http://github.com/csster/csst',
'Source': 'https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto',
},
packages=setuptools.find_packages(),
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