diff --git a/setup.py b/setup.py index 2071f59..b671334 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ long_description_content_type="text/markdown", include_package_data=True, url="https://github.com/bieniu/gios", - license="Apache-2.0 License", + license="Apache-2.0", packages=["gios"], package_data={"gios": ["py.typed"]}, python_requires=">=3.12",