From ca4cec398f9ffb5188e5d1f1b9338ad3879e67eb Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 13 Dec 2024 13:22:37 -0500 Subject: [PATCH] correct short license text to SPDX standard `Apache-2.0` (#223) ala https://github.com/Chia-Network/chia-blockchain/pull/19027 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",