eth-address-index

signed metadata declarations for ethereum addresses
Log | Files | Refs

commit 40682382de328408b7bf9082aaa113a8173963fc
parent 3b7bf3e773c3425a4ae3f1f736a1c047dc9d802c
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Mar 2023 12:43:22 +0000

Update python classifiers, upgrade to beta

Diffstat:
Mpython/setup.cfg | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,22 +1,23 @@ [metadata] name = eth-address-index -version = 0.6.3 +version = 0.7.0 description = Signed metadata declarations for ethereum addresses author = Louis Holbrook author_email = dev@holbrook.no -url = https://gitlab.com/cicnet/eth-address-index +url = https://holbrook.no/src/eth-address-index/log.html keywords = ethereum 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 General Public License v3 or later (GPLv3+) + License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) Topic :: Internet + Topic :: Software Development :: Libraries #Topic :: Blockchain :: EVM -license = GPL3 +license = AGPLv3+ licence_files = LICENSE