chore: add developer information for jvm, android, and python libraries
This commit is contained in:
parent
3d3dbef90b
commit
189a9c08aa
@ -80,6 +80,13 @@ afterEvaluate {
|
|||||||
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT")
|
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
developers {
|
||||||
|
developer {
|
||||||
|
id.set("bdkdevelopers")
|
||||||
|
name.set("Bitcoin Dev Kit Developers")
|
||||||
|
email.set("dev@bitcoindevkit.org")
|
||||||
|
}
|
||||||
|
}
|
||||||
scm {
|
scm {
|
||||||
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git")
|
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git")
|
||||||
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git")
|
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git")
|
||||||
|
@ -92,6 +92,13 @@ afterEvaluate {
|
|||||||
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT")
|
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
developers {
|
||||||
|
developer {
|
||||||
|
id.set("bdkdevelopers")
|
||||||
|
name.set("Bitcoin Dev Kit Developers")
|
||||||
|
email.set("dev@bitcoindevkit.org")
|
||||||
|
}
|
||||||
|
}
|
||||||
scm {
|
scm {
|
||||||
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git")
|
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git")
|
||||||
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git")
|
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git")
|
||||||
|
@ -27,6 +27,7 @@ setup(
|
|||||||
packages=["bdkpython"],
|
packages=["bdkpython"],
|
||||||
package_dir={"bdkpython": "./src/bdkpython"},
|
package_dir={"bdkpython": "./src/bdkpython"},
|
||||||
url="https://github.com/bitcoindevkit/bdk-ffi",
|
url="https://github.com/bitcoindevkit/bdk-ffi",
|
||||||
|
author="Bitcoin Dev Kit Developers <dev@bitcoindevkit.org>",
|
||||||
license="MIT or Apache 2.0",
|
license="MIT or Apache 2.0",
|
||||||
# This is required to ensure the library name includes the python version, abi, and platform tags
|
# This is required to ensure the library name includes the python version, abi, and platform tags
|
||||||
# See issue #350 for more information
|
# See issue #350 for more information
|
||||||
|
Loading…
x
Reference in New Issue
Block a user