From 09c3e2dce8495182486ff66bb9b34de5385e490f Mon Sep 17 00:00:00 2001 From: Wim Jeantine-Glenn Date: Wed, 2 Oct 2024 21:21:02 -0500 Subject: [PATCH] Revert "Correct URL" This reverts commit 42a806606c4047dfc3f5151bcc1e9e431711cedd. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fcfccf..6c960ca 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ def main(): setup( name=str('coverage_enable_subprocess'), version='1.0', - url="https://github.com/bukzor/coverage_enable_subprocess", + url="https://github.com/bukzor/python-coverage-enable-subprocess", license="MIT", author="Buck Evan", author_email="buck.2019@gmail.com",