From 40682382de328408b7bf9082aaa113a8173963fc Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 22 Mar 2023 12:43:22 +0000 Subject: [PATCH] Update python classifiers, upgrade to beta --- python/setup.cfg | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/python/setup.cfg b/python/setup.cfg index 642ed20..21e12ca 100644 --- 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