From 4ec5b59780d6512e0bf8ff5ea08977528171edbe Mon Sep 17 00:00:00 2001 From: wfxey <158351052+wfxey@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:49:24 +0100 Subject: [PATCH] Update setup.py --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 53e28f6..a06d8f1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = fh.read() setup( - name='InsightLogger', + name='InsightLog', version='1.2.3', packages=find_packages(), license='MIT', @@ -15,7 +15,7 @@ long_description=long_description, long_description_content_type="text/markdown", url='https://github.com/VelisCore/InsightLogger', - download_url='https://github.com/VelisCore/InsightLogger/archive/refs/tags/v1.2.3.tar.gz', + download_url='https://github.com/VelisCore/InsightLog/archive/refs/tags/v1.2.3.tar.gz', keywords=[ 'logging', 'log', 'logger', 'developer tools', 'performance monitoring', 'visualization' ], @@ -40,8 +40,8 @@ 'Operating System :: OS Independent', ], project_urls={ - 'Bug Tracker': 'https://github.com/VelisCore/InsightLogger/issues', - 'Documentation': 'https://github.com/VelisCore/InsightLogger/wiki', - 'Source Code': 'https://github.com/VelisCore/InsightLogger', + 'Bug Tracker': 'https://github.com/VelisCore/InsightLog/issues', + 'Documentation': 'https://github.com/VelisCore/InsightLog/wiki', + 'Source Code': 'https://github.com/VelisCore/InsightLog', }, )