commit e7536c34df3fbc6c5373af5ccca3deb0f87d5e80 parent efeb876b024e061d10c396e4973b2fcbd6750f82 Author: lash <dev@holbrook.no> Date: Wed, 22 Mar 2023 12:50:18 +0000 Update license, classifiers, upgrade to beta Diffstat:
M | python/setup.cfg | | | 11 | ++++++----- |
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-faucet -version = 0.6.0 +version = 0.7.0 description = ERC20 token faucet author = Louis Holbrook author_email = dev@holbrook.no @@ -10,13 +10,14 @@ 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 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