Skip to content

Commit a5ff81b

Browse files
committed
Rename project to avoid collision
1 parent c77c5ea commit a5ff81b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# postgrest-py
1+
# postgrest_py
22

33
PostgREST client for Python. This library provides an ORM interface to PostgREST.
44

@@ -10,8 +10,8 @@ PostgREST client for Python. This library provides an ORM interface to PostgREST
1010

1111
## CHANGELOG
1212

13-
Read more [here](https://github.com/lqmanh/postgrest-py/blob/master/CHANGELOG.md).
13+
Read more [here](https://github.com/lqmanh/postgrest_py/blob/master/CHANGELOG.md).
1414

1515
## TODO
1616

17-
Read more [here](https://github.com/lqmanh/postgrest-py/blob/master/TODO.md).
17+
Read more [here](https://github.com/lqmanh/postgrest_py/blob/master/TODO.md).

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "postgrest-py"
2+
name = "postgrest_py"
33
version = "0.0.1"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>"]

0 commit comments

Comments
 (0)