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

updated package info

parent 63626138
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+4 −4
Original line number Diff line number Diff line
@@ -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',