Loading setup.py +3 −3 Original line number Original line Diff line number Diff line Loading @@ -5,13 +5,13 @@ with open("README.md", "r") as fh: setuptools.setup( setuptools.setup( name='csst', name='csst', version='0.0.2', version='0.0.3', author='CSST Team', author='CSST Team', author_email='liuchao@nao.cas.cn', author_email='bozhang@nao.cas.cn', description='The CSST pipeline', # short description description='The CSST pipeline', # short description long_description=long_description, long_description=long_description, long_description_content_type="text/markdown", long_description_content_type="text/markdown", url='http://github.com/hypergravity/csst', url='http://github.com/csster/csst', packages=setuptools.find_packages(), packages=setuptools.find_packages(), license='MIT', license='MIT', classifiers=["Development Status :: 5 - Production/Stable", classifiers=["Development Status :: 5 - Production/Stable", Loading Loading
setup.py +3 −3 Original line number Original line Diff line number Diff line Loading @@ -5,13 +5,13 @@ with open("README.md", "r") as fh: setuptools.setup( setuptools.setup( name='csst', name='csst', version='0.0.2', version='0.0.3', author='CSST Team', author='CSST Team', author_email='liuchao@nao.cas.cn', author_email='bozhang@nao.cas.cn', description='The CSST pipeline', # short description description='The CSST pipeline', # short description long_description=long_description, long_description=long_description, long_description_content_type="text/markdown", long_description_content_type="text/markdown", url='http://github.com/hypergravity/csst', url='http://github.com/csster/csst', packages=setuptools.find_packages(), packages=setuptools.find_packages(), license='MIT', license='MIT', classifiers=["Development Status :: 5 - Production/Stable", classifiers=["Development Status :: 5 - Production/Stable", Loading