Commit b3164db1 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

update setup.py

parent e32db102
Pipeline #1473 passed with stage
in 0 seconds
...@@ -38,8 +38,8 @@ setuptools.setup( ...@@ -38,8 +38,8 @@ setuptools.setup(
"Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Astronomy", "Topic :: Scientific/Engineering :: Astronomy",
], ],
include_package_data=True, # 包含所有随包数据 include_package_data=True, # 设置包含随包数据
package_data={ package_data={ # 具体随包数据路径
"csst_proto": ["data/*"], "csst_proto": ["data/*"],
}, },
# 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装 # 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装
......
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