From 5e97cef905edf05b9880118665d615eb83dc6d87 Mon Sep 17 00:00:00 2001 From: wfxey <158351052+wfxey@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:27:02 +0100 Subject: [PATCH] Update setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 2133ce1..91e05de 100644 --- a/setup.py +++ b/setup.py @@ -9,12 +9,12 @@ packages=find_packages(), license='MIT', description='A better logging utility with enhanced features.', - author='Eldritchy', + author='Velis', author_email='eldritchy.help@gmail.com', long_description=long_description, long_description_content_type="text/markdown", - url='https://github.com/Eldritchy/InsightLog', - download_url='https://github.com/Eldritchy/InsightLog/archive/refs/tags/v1.1.tar.gz', + url='https://github.com/VelisCore/InsightLog', + download_url='https://github.com/VelisCore/InsightLog/archive/refs/tags/v1.1.tar.gz', keywords=[ 'eldritchy', 'logging', 'log', 'logger', 'better', 'utility', 'developer tools' ], @@ -41,4 +41,4 @@ 'Documentation': 'https://github.com/Eldritchy/InsightLog/wiki', 'Source Code': 'https://github.com/Eldritchy/InsightLog', }, -) \ No newline at end of file +)