commit 60180e88824bfaec2a2ff3dbb2afdc984aca3d79
parent e332fc71a50482505a48560f00aaa7b7f40ddb9f
Author: lash <dev@holbrook.no>
Date: Mon, 15 May 2023 15:08:31 +0100
Loosen funga-eth dependency
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/python/requirements.txt b/python/requirements.txt
@@ -1,3 +1,3 @@
confini~=0.6.3
chainlib-eth~=0.4.7
-funga-eth==0.6.4
+funga-eth~=0.6.4
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = eth-owned
-version = 0.1.0
+version = 0.1.1
description = EIP 173 interface and tools
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -13,17 +13,17 @@ classifiers =
Development Status :: 3 - Alpha
Environment :: No Input/Output (Daemon)
Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
+ License :: OSI Approved :: Affero GNU General Public License v3 or later (GPLv3+)
Topic :: Internet
Topic :: Software Development :: Libraries
#Topic :: Blockchain :: EVM
-license = GPL3
+license = AGPL3
licence_files =
LICENSE.txt
[options]
include_package_data = True
-python_requires = >= 3.6
+python_requires = >= 3.7
packages =
eth_owned
eth_owned.data