Commit a4a58186 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 2b4d084e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ setuptools.setup(
    description="The CSST IFS simulation - prototype",  # 短描述
    long_description=long_description,  # 长描述
    long_description_content_type="text/markdown",  # 长描述类型
    url="https://csst-tb.bao.ac.cn/code/csst-sims/csst_mci_sim/",  # 主页
    url="https://csst-tb.bao.ac.cn/code/csst-sims/csst_ifs_sim/",  # 主页
    packages=setuptools.find_packages(where="."),  # 用setuptools工具自动发现带有__init__.py的包
    license="MIT",  # 证书类型
    classifiers=[  # 程序分类, 参考 https://pypi.org/classifiers/