From d11d8d18b4fcb55b8d4cc9b2069340c6eb15b20a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 30 Jan 2024 10:02:02 -0500 Subject: [PATCH] Update Neon API description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6552827..ae73eed 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import find_packages, setup, Command # Package meta-data. NAME = "neon-client" -DESCRIPTION = "An API Client for Neon's Rest API." +DESCRIPTION = "An API Client for the Neon API." URL = "https://github.com/kennethreitz/neon-client" EMAIL = "me@kennethreitz.org" AUTHOR = "Kenneth Reitz"