Update classifiers for python

This commit is contained in:
lash 2023-03-22 12:34:57 +00:00
parent 13ddb5577a
commit e449ea647c
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = eth-erc20 name = eth-erc20
version = 0.7.1 version = 0.7.2
description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens. description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens.
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no
@ -14,11 +14,12 @@ keywords =
classifiers = classifiers =
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Operating System :: OS Independent Operating System :: OS Independent
Development Status :: 3 - Alpha Development Status :: 4 - Beta
Environment :: No Input/Output (Daemon) Environment :: Console
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Topic :: Internet Topic :: Internet
Topic :: Software Development :: Libraries
#Topic :: Blockchain :: EVM #Topic :: Blockchain :: EVM
license = AGPLv3+ license = AGPLv3+
licence_files = licence_files =
@ -26,7 +27,7 @@ licence_files =
[options] [options]
include_package_data = True include_package_data = True
python_requires = >= 3.7 python_requires = >= 3.8
packages = packages =
giftable_erc20_token giftable_erc20_token
giftable_erc20_token.runnable giftable_erc20_token.runnable