From c7ba740931d6354b66068567fe6abf86157f4b6d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Mar 2024 15:35:57 -0500 Subject: [PATCH] https://github.com/neondatabase/neon-api-python --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 348ab66..168bbed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "An API Client for the Neon API." authors = ["Kenneth Reitz "] 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", diff --git a/setup.py b/setup.py index 2dd0aaa..97210e5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import find_packages, setup, Command # 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"