Capitalize Python in setup.py description
authorHarmon <Harmon758@gmail.com>
Wed, 16 Oct 2019 14:24:18 +0000 (09:24 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 16 Oct 2019 14:24:18 +0000 (09:24 -0500)
setup.py

index 044c643f951f03b13dbc6cb82a32da3afa34dfa3..1b4fcff26c8393a12bb3bde070c5ea701059adb6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ tests_require = [
 
 setup(name="tweepy",
       version=version,
-      description="Twitter library for python",
+      description="Twitter library for Python",
       license="MIT",
       author="Joshua Roesslein",
       author_email="tweepy@googlegroups.com",