Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
b3164db1
Commit
b3164db1
authored
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
update setup.py
parent
e32db102
dev
main
No related merge requests found
Pipeline
#1473
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+2
-2
setup.py
with
2 additions
and
2 deletions
+2
-2
setup.py
+
2
-
2
View file @
b3164db1
...
...
@@ -38,8 +38,8 @@ setuptools.setup(
"Topic :: Scientific/Engineering :: Physics"
,
"Topic :: Scientific/Engineering :: Astronomy"
,
],
include_package_data
=
True
,
# 包含
所有
随包数据
package_data
=
{
include_package_data
=
True
,
#
设置
包含随包数据
package_data
=
{
# 具体随包数据路径
"csst_proto"
:
[
"data/*"
],
},
# 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets