Skip to content

Commit 451463a

Browse files
authored
Merge pull request #4 from infeeeee/rename
Update repo name
2 parents 7a3e662 + 672f768 commit 451463a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# py-nocodb
1+
# nocodb-api
22

33
Python client for NocoDB API v2
44

@@ -14,7 +14,7 @@ pip install nocodb-api
1414
Install from Github:
1515

1616
```shell
17-
pip install "nocodb-api@git+https://github.com/infeeeee/py-nocodb"
17+
pip install "nocodb-api@git+https://github.com/infeeeee/nocodb-api"
1818
```
1919

2020
## Quickstart

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ dependencies = ["requests"]
1919
doc = ["pdoc"]
2020

2121
[project.urls]
22-
homepage = "https://github.com/infeeeee/py-nocodb"
23-
documentation = "https://github.com/infeeeee/py-nocodb"
24-
repository = "https://github.com/infeeeee/py-nocodb"
25-
changelog = "https://github.com/infeeeee/py-nocodb/releases"
22+
homepage = "https://github.com/infeeeee/nocodb-api"
23+
documentation = "https://github.com/infeeeee/nocodb-api"
24+
repository = "https://github.com/infeeeee/nocodb-api"
25+
changelog = "https://github.com/infeeeee/nocodb-api/releases"
2626

2727

2828
[build-system]

0 commit comments

Comments
 (0)