accounts-index

Accounts index evm contract tooling with permissioned writes
Log | Files | Refs

commit f362b9b38a1463000f8bf5b78affabc649b22e96
parent b34715a1a3da0ac24953747556685b5fd55ff254
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Mar 2023 12:21:35 +0000

Update environment classification

Diffstat:
Mpython/setup.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.4.1 +version = 0.4.2 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no @@ -11,7 +11,7 @@ classifiers = Programming Language :: Python :: 3 Operating System :: OS Independent Development Status :: 4 - Beta - Environment :: No Input/Output (Daemon) + Environment :: Console Intended Audience :: Developers License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) Topic :: Internet