diff --git a/setup.py b/setup.py index 55a253cbfa384783c2cb758e134418da0a59163e..ba35a0143e0bdba8b6db7c252e24ded1712b1ff3 100644 --- a/setup.py +++ b/setup.py @@ -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 )