From d2ffd0dea3a56e731f53ec81caca28f2ccbaed56 Mon Sep 17 00:00:00 2001 From: bguise987 Date: Thu, 22 Jan 2026 16:53:45 -0500 Subject: [PATCH] Update github username --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fadf7f1..78b0d71 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -"""`pigz-python` lives on `GitHub `_.""" +"""`pigz-python` lives on `GitHub `_.""" from os import path from setuptools import find_packages, setup @@ -20,7 +20,7 @@ description="A pure Python implementation of the pigz utility.", license="MIT", keywords="zip gzip compression", - url="https://github.com/nix7drummer88/pigz-python", + url="https://github.com/bguise987/pigz-python", packages=find_packages(), long_description=long_description, long_description_content_type="text/markdown",