Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxey authored Dec 27, 2024
1 parent 5ec484b commit 4ec5b59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = fh.read()

setup(
name='InsightLogger',
name='InsightLog',
version='1.2.3',
packages=find_packages(),
license='MIT',
Expand All @@ -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'
],
Expand All @@ -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',
},
)

0 comments on commit 4ec5b59

Please sign in to comment.