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

update setup.py

parent d44114ea
...@@ -38,7 +38,7 @@ setuptools.setup( ...@@ -38,7 +38,7 @@ setuptools.setup(
package_dir={'csst_ifs_sim': 'csst_ifs_sim'}, package_dir={'csst_ifs_sim': 'csst_ifs_sim'},
# include_package_data=True, # include_package_data=True,
package_data={"": ["LICENSE", "README.md"], package_data={"": ["LICENSE", "README.md"],
"csst_ifs_sim": ["ifs_so/*", "ifs_data/*", "ifs_data/refs/*", "ifs_data/refs/orbit20160925/*"]}, "csst_ifs_sim": ["ifs_so/*", "ifs_data/*","CTI/*", "support/*","ifs_data/refs/*", "ifs_data/refs/orbit20160925/*"]},
# install_requires=['sphinx', # install_requires=['sphinx',
# 'numpy', # 'numpy',
# 'scipy', 'matplotlib', # 'scipy', 'matplotlib',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment