Add Neon API package and related files

This commit is contained in:
2024-02-27 17:01:37 -05:00
parent 4cc5b8448c
commit fe646906d9
10 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ from shutil import rmtree
from setuptools import find_packages, setup, Command
# Package meta-data.
NAME = "neon-client"
NAME = "neon-api"
DESCRIPTION = "An API Client for the Neon API."
URL = "https://github.com/kennethreitz/neon-client"
URL = "https://github.com/kennethreitz/neon-api-python"
EMAIL = "me@kennethreitz.org"
AUTHOR = "Kenneth Reitz"
REQUIRES_PYTHON = ">=3.10.0"