Commit 089c0a7c authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated version

parent f7413cd4
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -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",