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-pipeline
csst_proto
Commits
32db73b8
Commit
32db73b8
authored
Aug 25, 2022
by
BO ZHANG
🏀
Browse files
added table_data.csv to package_data
parent
62dd2aec
Pipeline
#65
passed with stages
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
32db73b8
...
@@ -29,7 +29,7 @@ setuptools.setup(
...
@@ -29,7 +29,7 @@ setuptools.setup(
# include_package_data=True,
# include_package_data=True,
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
],
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
],
"csst_proto"
:
[
"data/test_image.txt"
,
"csst_proto"
:
[
"data/test_image.txt"
,
"table_data.csv"
"
data/
table_data.csv"
]},
]},
# install_requires=['sphinx',
# install_requires=['sphinx',
# 'numpy',
# 'numpy',
...
...
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