From 2626951a2b414b6c0457ba0e4ac76c14516cf7e1 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Fri, 11 Jun 2021 17:41:50 -0400 Subject: [PATCH] correct package name in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56df097..6a472a9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup( - name="py3dbgutil", + name="python3-debug-utils", version="1.0.0", author="Benjamin R. Hall", author_email="ben.hall@rpsgroup.com",