Fix GitHub repository link in setup.py file

This commit is contained in:
thunderbiscuit
2023-01-19 16:11:52 -05:00
parent d2bec60046
commit b8230799cf

View File

@@ -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 <alekos.filini@gmail.com>, Steve Myers <steve@notmandatory.org>",
license="MIT or Apache 2.0",
)