commit fed106497f11b1f37b015a4ff0e9123e478c658f
parent c51ca4317e57a6b32edfe37fcbc6874ff53f30ea
Author: lash <dev@holbrook.no>
Date: Mon, 14 Nov 2022 08:08:59 +0000
Change license classifier
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/setup.cfg b/setup.cfg
@@ -3,7 +3,7 @@ name=chainlib
license=OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
author_email=dev@holbrook.no
description=Generic blockchain access library and tooling
-version=0.4.2
+version=0.4.3
url=https://git.defalsify.org/chaintool.git
author=Louis Holbrook
@@ -18,5 +18,5 @@ classifiers =
Topic :: Software Development :: Libraries
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
diff --git a/setup.py b/setup.py
@@ -18,7 +18,7 @@ setup(
'xdg': "pyxdg~=0.27",
},
license_files= ('LICENSE',),
- python_requires = '>=3.8',
+ python_requires = '>=3.7',
include_package_data = True,
packages = [
'chainlib',