File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
3737- Renamed ` examples/hbar_allowance.py ` to ` examples/account_allowance_hbar.py ` for naming consistency
3838- Converted monolithic function in ` token_create_nft_infinite.py ` to multiple modular functions for better structure and ease.
3939- docs: Use relative paths for internal GitHub links (#560 ).
40+ - Update pyproject.toml maintainers list.
4041
4142### Fixed
4243
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name = "hiero-sdk-python"
33dynamic = [" version" ]
44description = " A Hiero SDK in pure Python"
55maintainers = [
6- { name = " Nadine Loepfe" , email = " nadine.loepfe@hashgraph.com" }
6+ { name = " Nadine Loepfe" , email = " nadine.loepfe@hashgraph.com" },
7+ { name = " Sophie Bulloch" , email = " exploreriii57@gmail.com" }
78]
89authors = [
910 { name = " Nadine Loepfe" , email = " nadine.loepfe@hashgraph.com" },
You can’t perform that action at this time.
0 commit comments