projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22597d
)
Capitalize Python in setup.py description
author
Harmon
<Harmon758@gmail.com>
Wed, 16 Oct 2019 14:24:18 +0000
(09:24 -0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 16 Oct 2019 14:24:18 +0000
(09:24 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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
p
ython",
+ description="Twitter library for
P
ython",
license="MIT",
author="Joshua Roesslein",
author_email="tweepy@googlegroups.com",