From b8230799cf9a44f0f1463fb67773102be2b99b36 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 19 Jan 2023 16:11:52 -0500 Subject: [PATCH] Fix GitHub repository link in setup.py file --- bdk-python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-python/setup.py b/bdk-python/setup.py index 387ffb3..d27c8ce 100644 --- a/bdk-python/setup.py +++ b/bdk-python/setup.py @@ -68,7 +68,7 @@ setup( zip_safe=False, packages=['bdkpython'], package_dir={'bdkpython': './src/bdkpython'}, - url="https://github.com/bitcoindevkit/bdk-python", + url="https://github.com/bitcoindevkit/bdk-ffi", author="Alekos Filini , Steve Myers ", license="MIT or Apache 2.0", )