projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad50cdc
)
Improve formatting in setup.py
author
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 12:44:42 +0000
(06:44 -0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 12:44:42 +0000
(06:44 -0600)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 6c2d7b869f15b16f2608506d5f17e5f1c24dfcc5..a724c0e9ef7dad8b122c0cd8d3dfd48bea3ba4d9 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-46,8
+46,8
@@
setup(
tests_require=tests_require,
extras_require={
"dev": [
-
"coveralls>=2.1.0",
-
"tox>=2.4.0",
+ "coveralls>=2.1.0",
+ "tox>=2.4.0",
],
"test": tests_require,
},