Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
e55f5ed4
Commit
e55f5ed4
authored
Feb 18, 2025
by
BO ZHANG
🏀
Browse files
add package data
parent
f853caa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
e55f5ed4
...
@@ -42,7 +42,12 @@ setuptools.setup(
...
@@ -42,7 +42,12 @@ setuptools.setup(
],
],
include_package_data
=
True
,
# 设置包含随包数据
include_package_data
=
True
,
# 设置包含随包数据
package_data
=
{
# 具体随包数据路径
package_data
=
{
# 具体随包数据路径
"csst_dag"
:
[
"dags/*"
],
"csst_dag"
:
[
"dag_rules/*"
,
"dag_templates/*"
,
"constants/*"
,
"redis_config.toml"
,
],
},
},
# 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装
# 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装
python_requires
=
">=3.11"
,
# Python版本要求
python_requires
=
">=3.11"
,
# Python版本要求
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment