Skip to content

Commit

Permalink
Update classifies and use SPDX license id
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Oct 23, 2024
1 parent c43dd9e commit 08b22ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,17 @@
author_email="[email protected]",
install_requires=dependencies,
url="https://github.com/Chia-Network",
license="https://opensource.org/licenses/Apache-2.0",
license="Apache-2.0",
description="CLVM compiler.",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Topic :: Security :: Cryptography",
],
Expand Down

0 comments on commit 08b22ca

Please sign in to comment.