We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3a587 commit be3855cCopy full SHA for be3855c
setup.py
@@ -15,6 +15,10 @@
15
'lark-parser==0.6.*',
16
'enum34'
17
],
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
+ },
22
packages=find_packages(exclude=['tests']),
23
classifiers=[
24
"Development Status :: 4 - Beta",
0 commit comments