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 11, 2024
1 parent 8aea234 commit 5e97cef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand All @@ -41,4 +41,4 @@
'Documentation': 'https://github.com/Eldritchy/InsightLog/wiki',
'Source Code': 'https://github.com/Eldritchy/InsightLog',
},
)
)

0 comments on commit 5e97cef

Please sign in to comment.