Skip to content

Commit 277190a

Browse files
committed
Add project_urls
1 parent f033393 commit 277190a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@ def read(fname):
6060
'Programming Language :: Python :: 3.5',
6161
'Programming Language :: Python :: 3.6',
6262
],
63-
test_suite='tests'
63+
test_suite='tests',
64+
project_urls={
65+
'Bug Reports': 'https://github.com/jmcarp/flask-apispec/issues',
66+
'Changelog': 'https://flask-apispec.readthedocs.io/en/latest/changelog.html',
67+
},
6468
)

0 commit comments

Comments
 (0)