Skip to content

Commit ca4cec3

Browse files
authored
correct short license text to SPDX standard Apache-2.0 (#223)
ala Chia-Network/chia-blockchain#19027
1 parent 9ba8ee0 commit ca4cec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def build_extension(self, ext):
139139
author="Florin Chirica",
140140
author_email="[email protected]",
141141
description="Chia vdf verification (wraps C++)",
142-
license="Apache License",
142+
license="Apache-2.0",
143143
python_requires=">=3.8",
144144
long_description=open("README.md").read(),
145145
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)