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", )