We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e96ab commit 7f91e74Copy full SHA for 7f91e74
setup.py
@@ -26,7 +26,7 @@
26
zip_safe=False,
27
packages=["bdkpython"],
28
package_dir={"bdkpython": "./src/bdkpython"},
29
- url="https://github.com/bitcoindevkit/bdk-ffi",
+ url="https://github.com/bitcoindevkit/bdkpython",
30
author="Bitcoin Dev Kit Developers <dev@bitcoindevkit.org>",
31
license="MIT or Apache 2.0",
32
# This is required to ensure the library name includes the python version, abi, and platform tags
0 commit comments