Commit d2f97a4b authored by Wei Shoulin's avatar Wei Shoulin
Browse files

rm data

parent c6e11656
...@@ -39,14 +39,10 @@ setuptools.setup( ...@@ -39,14 +39,10 @@ setuptools.setup(
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Framework :: FastAPI",
"Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Astronomy", "Topic :: Scientific/Engineering :: Astronomy",
], ],
include_package_data=True, include_package_data=False,
package_data={
"csst_dfs_client": ["data/*"],
},
python_requires=">=3.9", python_requires=">=3.9",
install_requires=requirements install_requires=requirements
) )
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