Skip to content

Commit be3855c

Browse files
committed
add project URLs to setup.py
1 parent 5e3a587 commit be3855c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
'lark-parser==0.6.*',
1616
'enum34'
1717
],
18+
project_urls={
19+
'Issue Tracker': 'https://github.com/easypost/syslog-rfc5424-parser/issues',
20+
'Documentations': 'https://syslog-rfc5424-parser.readthedocs.io/en/latest/',
21+
},
1822
packages=find_packages(exclude=['tests']),
1923
classifiers=[
2024
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)