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"