From 2e893fa9222be6fa16a3ebddcef175a889f36077 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 16 Oct 2019 09:24:18 -0500 Subject: [PATCH] Capitalize Python in setup.py description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1