commit e449ea647c7af8e4eb18b589ddbe6f1c505ac907
parent 13ddb5577a5e66d31bcf2849891305cbf9371968
Author: lash <dev@holbrook.no>
Date: Wed, 22 Mar 2023 12:34:57 +0000
Update classifiers for python
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
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.
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -14,11 +14,12 @@ keywords =
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
- Development Status :: 3 - Alpha
- Environment :: No Input/Output (Daemon)
+ Development Status :: 4 - Beta
+ Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Topic :: Internet
+ Topic :: Software Development :: Libraries
#Topic :: Blockchain :: EVM
license = AGPLv3+
licence_files =
@@ -26,7 +27,7 @@ licence_files =
[options]
include_package_data = True
-python_requires = >= 3.7
+python_requires = >= 3.8
packages =
giftable_erc20_token
giftable_erc20_token.runnable