Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit ebc5466

Browse files
authored
Add Release Notes project URL (#471)
Background info at pypi/warehouse#7882 (comment)
1 parent 91764b3 commit ebc5466

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@
4242
'pydocstyle = pydocstyle.cli:main',
4343
],
4444
},
45+
project_urls={
46+
'Release Notes': 'http://www.pydocstyle.org/en/latest/release_notes.html',
47+
},
4548
)

0 commit comments

Comments
 (0)