Fix Python libraries' names to prepare for releasing

This commit is contained in:
thunderbiscuit
2023-04-25 12:33:48 -04:00
parent d8718c3f05
commit 89e85a20cf
3 changed files with 21 additions and 10 deletions

View File

@@ -62,4 +62,7 @@ setup(
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",
# This is required to ensure the library name includes the python version, abi, and platform tags
# See issue #350 for more information
has_ext_modules=lambda: True,
)