Skip to content

Commit

Permalink
https://github.com/neondatabase/neon-api-python
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Mar 1, 2024
1 parent 29bbf4d commit c7ba740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "An API Client for the Neon API."
authors = ["Kenneth Reitz <me@kennethreitz.org>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/kennethreitz/neon-api-python"
homepage = "https://github.com/neondatabase/neon-api-python"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Package meta-data.
NAME = "neon-api"
DESCRIPTION = "An API Client for the Neon API."
URL = "https://github.com/kennethreitz/neon-api-python"
URL = "https://github.com/neondatabase/neon-api-python"
EMAIL = "me@kennethreitz.org"
AUTHOR = "Kenneth Reitz"
REQUIRES_PYTHON = ">=3.9.0"
Expand Down

0 comments on commit c7ba740

Please sign in to comment.