From 6840df9b648f7bc407a71bb9abd8976f1fe93584 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 13 Dec 2024 12:19:01 -0500 Subject: [PATCH] correct short license text to SPDX standard `Apache-2.0` 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 59689f22e..7697c202c 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def build_extension(self, ext): author="Mariano Sorgente", author_email="mariano@chia.net", description="Chia proof of space plotting, proving, and verifying (wraps C++)", - license="Apache License", + license="Apache-2.0", python_requires=">=3.7", long_description=open("README.md").read(), long_description_content_type="text/markdown",