projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbb2b0c
)
Add Python 3.7 to setup classifiers
author
Harmon
<Harmon758@gmail.com>
Sat, 4 May 2019 07:14:56 +0000
(
02:14
-0500)
committer
Harmon
<Harmon758@gmail.com>
Sat, 4 May 2019 07:14:56 +0000
(
02:14
-0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 9e0d39525ee2d402d85436dac469fb7ab8308b7c..64ae3531acdaa278179cfa4517029fda4d6a13f8 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-42,5
+42,6
@@
setup(name="tweepy",
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
],
zip_safe=True)