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-dfs
csst-dfs-client
Commits
d2f97a4b
Commit
d2f97a4b
authored
4 months ago
by
Wei Shoulin
Browse files
Options
Download
Email Patches
Plain Diff
rm data
parent
c6e11656
main
20241229
20241228
1.0.2-20250101
1.0.1-202511
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-5
setup.py
with
1 addition
and
5 deletions
+1
-5
setup.py
+
1
-
5
View file @
d2f97a4b
...
...
@@ -39,14 +39,10 @@ setuptools.setup(
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python :: 3"
,
"Framework :: FastAPI"
,
"Topic :: Scientific/Engineering :: Physics"
,
"Topic :: Scientific/Engineering :: Astronomy"
,
],
include_package_data
=
True
,
package_data
=
{
"csst_dfs_client"
:
[
"data/*"
],
},
include_package_data
=
False
,
python_requires
=
">=3.9"
,
install_requires
=
requirements
)
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