Loading setup.py +1 −5 Original line number Diff line number Diff line Loading @@ -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 ) Loading
setup.py +1 −5 Original line number Diff line number Diff line Loading @@ -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 )