Skip to content

Commit

Permalink
update setuptools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz committed Dec 16, 2023
1 parent 9ff24f1 commit c337072
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@
setup_requires=['pytest-runner'],
tests_require=['pytest'],
license='MIT License',

project_urls={
'Source Code': 'https://github.com/muhammad-fiaz/logly.git',
'Bug Tracker': 'https://github.com/muhammad-fiaz/logly/issues',
'Documentation': 'https://github.com/muhammad-fiaz/logly#readme',
},
)

print("Happy Coding!")

0 comments on commit c337072

Please sign in to comment.