From 3d7f574e013d6fe4af25439593a36cd4fac3ebae Mon Sep 17 00:00:00 2001 From: chris48s Date: Thu, 9 Jan 2020 14:18:52 +0000 Subject: [PATCH] python-coveralls --> coveralls --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7bbd75..d7c0827 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def _get_description(): long_description=_get_description(), long_description_content_type="text/markdown", extras_require={ - "testing": ["python-coveralls"], + "testing": ["coveralls"], "development": ["sphinx", "sphinx_rtd_theme", "ghp-import"], }, classifiers=[