Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading