diff --git a/setup.py b/setup.py index 8604fff1..c237f9de 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ def build_extension(self, ext): author="Florin Chirica", author_email="florin@chia.net", description="Chia vdf verification (wraps C++)", - license="Apache License", + license="Apache-2.0", python_requires=">=3.8", long_description=open("README.md").read(), long_description_content_type="text/markdown",