Loading setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f: setuptools.setup( name='csst_mci_sim', # 包名 version="1.2.0", # 版本号 version="3.1.0", # 版本号 author="Zhaojun Yan", # 作者 author_email="zhaojunyan@shao.ac.cn", # 邮箱 description="The CSST MCI simulation - prototype", # 短描述 Loading @@ -42,6 +42,6 @@ setuptools.setup( package_data={"": ["LICENSE", "README.md"], "csst_mci_sim": ["mci_so/*", "mci_data/*","CTI/*", "support/*"]}, # 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装 python_requires=">=3.11", # Python版本要求 python_requires=">=3.8", # Python版本要求 install_requires=requirements, ) Loading
setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f: setuptools.setup( name='csst_mci_sim', # 包名 version="1.2.0", # 版本号 version="3.1.0", # 版本号 author="Zhaojun Yan", # 作者 author_email="zhaojunyan@shao.ac.cn", # 邮箱 description="The CSST MCI simulation - prototype", # 短描述 Loading @@ -42,6 +42,6 @@ setuptools.setup( package_data={"": ["LICENSE", "README.md"], "csst_mci_sim": ["mci_so/*", "mci_data/*","CTI/*", "support/*"]}, # 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装 python_requires=">=3.11", # Python版本要求 python_requires=">=3.8", # Python版本要求 install_requires=requirements, )