From: Harmon Date: Wed, 16 Oct 2019 14:24:18 +0000 (-0500) Subject: Capitalize Python in setup.py description X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2e893fa9222be6fa16a3ebddcef175a889f36077;p=tweepy.git Capitalize Python in setup.py description --- diff --git a/setup.py b/setup.py index 044c643..1b4fcff 100644 --- 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",