Skip to content

Commit 7716a96

Browse files
Merge pull request #13 from hiero-ledger/chore/update-package-name
Update package metadata and README
2 parents db2e30e + 7989ad7 commit 7716a96

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ This SDK is designed to simplify:
4040

4141
### Dev and API
4242

43-
We're planning to publish dev guides along with [mkdocs](https://www.mkdocs.org/)-generated API documentation to GH pages in near future.
44-
You can find [documentation sources in repo](docs/dev).
45-
46-
Meanwhile, dev guides have been added to this README for convenience.
43+
You can find dev documentation on [GH pages](https://hiero-ledger.github.io/hiero-did-sdk-python/).
4744

4845
If you're planning to contribute to the project, please also check [contribution guidelines](CONTRIBUTING.md).
4946

@@ -98,11 +95,9 @@ make build
9895
### Install package (from Git source)
9996

10097
```bash
101-
pip install git+https://github.com/hiero-ledger/hiero-did-sdk-python@main
98+
pip install hiero-did-sdk-python
10299
```
103100

104-
Please note that PyPi package will soon be published and replace Git source dependency as recommended installation method.
105-
106101
### Example usage
107102

108103
Here you can find basic SDK usage examples.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "hiero_did_sdk_python"
3-
version = "0.0.1"
2+
name = "hiero-did-sdk-python"
3+
version = "0.1.0"
44
description = "The repository contains the Python SDK for managing DID Documents and Anoncreds Verifiable Credentials registry using Hedera Consensus Service."
55
authors = ["Alexander Shenshin <[email protected]>", "Paulo Caldas <[email protected]>"]
66
repository = "https://github.com/hiero-ledger/hiero-did-sdk-python"

0 commit comments

Comments
 (0)