diff --git a/setup.py b/setup.py index ea59954..19e949a 100755 --- a/setup.py +++ b/setup.py @@ -41,15 +41,17 @@ author_email="kiss@chia.net", 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", ],