mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Add Neon API package and related files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user