Skip to content

Commit 1eb85d0

Browse files
author
Proto
committed
Point package metadata at github.com/rpcnode/api-sdk-* repos.
1 parent e3a70a4 commit 1eb85d0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Official Python client for the RpcNode Public API.
44

55
Production: `https://api.rpcnode.dev` · local: `http://127.0.0.1:3004`
66

7-
Source: `git@167.71.60.46:node/sdk-python.git`
7+
Repo: [github.com/rpcnode/api-sdk-python](https://github.com/rpcnode/api-sdk-python)
88

99
## Install
1010

1111
```bash
12-
pip install "rpcnode @ git+ssh://git@167.71.60.46:node/sdk-python.git"
13-
# or clone:
14-
git clone git@167.71.60.46:node/sdk-python.git
15-
cd sdk-python && pip install -e ".[dev]"
12+
pip install "rpcnode @ git+https://github.com/rpcnode/api-sdk-python.git"
13+
# or:
14+
git clone git@github.com:rpcnode/api-sdk-python.git
15+
cd api-sdk-python && pip install -e ".[dev]"
1616
```
1717

1818
## Auth

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = []
1313

1414
[project.urls]
1515
Homepage = "https://api.rpcnode.dev"
16-
Repository = "ssh://git@167.71.60.46/node/sdk-python.git"
16+
Repository = "https://github.com/rpcnode/api-sdk-python"
1717

1818
[project.optional-dependencies]
1919
dev = ["pytest>=8.0"]

0 commit comments

Comments
 (0)