Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading setup.py +4 −4 Original line number Diff line number Diff line Loading @@ -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', Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
setup.py +4 −4 Original line number Diff line number Diff line Loading @@ -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', Loading