From: Harmon Date: Mon, 28 Dec 2020 12:44:42 +0000 (-0600) Subject: Improve formatting in setup.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6ffb9eeb988107c82159db4bc78ca8d105410990;p=tweepy.git Improve formatting in setup.py --- diff --git a/setup.py b/setup.py index 6c2d7b8..a724c0e 100644 --- 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, },