-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add bdk team author and email to libraries
- Loading branch information
1 parent
9df6f6d
commit 77463fa
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,13 @@ afterEvaluate { | |
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT") | ||
} | ||
} | ||
developers { | ||
developer { | ||
id.set("bdkdevelopers") | ||
name.set("Bitcoin Dev Kit Developers") | ||
email.set("[email protected]") | ||
} | ||
} | ||
scm { | ||
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git") | ||
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,13 @@ afterEvaluate { | |
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT") | ||
} | ||
} | ||
developers { | ||
developer { | ||
id.set("bdkdevelopers") | ||
name.set("Bitcoin Dev Kit Developers") | ||
email.set("[email protected]") | ||
} | ||
} | ||
scm { | ||
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git") | ||
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
packages=["bdkpython"], | ||
package_dir={"bdkpython": "./src/bdkpython"}, | ||
url="https://github.com/bitcoindevkit/bdk-ffi", | ||
author="Bitcoin Dev Kit Developers <[email protected]>", | ||
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 | ||
|