chore: add bdk team author and email to libraries

This commit is contained in:
thunderbiscuit
2023-11-20 12:19:27 -05:00
parent 9df6f6dbc1
commit 77463fa629
3 changed files with 15 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ setup(
packages=["bdkpython"],
package_dir={"bdkpython": "./src/bdkpython"},
url="https://github.com/bitcoindevkit/bdk-ffi",
author="Bitcoin Dev Kit Developers <dev@bitcoindevkit.org>",
license="MIT or Apache 2.0",
# This is required to ensure the library name includes the python version, abi, and platform tags
# See issue #350 for more information