From 79d453c60c83931dcaa29b6f16875e5ca5ea995b Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 13 Dec 2024 13:20:34 -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 05e9296..d655598 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(fname): author="Mariano Sorgente", author_email="mariano@chia.net", description=("A reference pool for the Chia blockchain."), - license="Apache", + license="Apache-2.0", packages=setuptools.find_packages(), install_requires=dependencies, extras_require=dict(