From 050b5f6bea86cd89d8730808b784d9f3f96a31e3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 7 Jan 2022 10:18:09 +0100 Subject: [PATCH] Update license entry --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fe195bf..671146eb 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ author='Konstantinos Karasavvas', author_email='kkarasavvas@gmail.com', url='https://github.com/doersf/python-bitcoin-utils', - license='AGPLv3', + license='MIT', keywords='bitcoin library utilities tools', install_requires=[ 'base58==2.1.0',