chore: remove authors from rust, kotlin, and python libraries

This commit is contained in:
thunderbiscuit
2023-11-17 15:52:12 -05:00
parent 084f0f713a
commit 5ecbf64e60
4 changed files with 2 additions and 26 deletions

View File

@@ -26,7 +26,6 @@ setup(
packages=["bdkpython"],
package_dir={"bdkpython": "./src/bdkpython"},
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