Skip to content

Commit d31ca04

Browse files
authored
Merge pull request #261 from intgr/patch-1
Add changelog URL to package metadata
2 parents 7f80cca + 5a62524 commit d31ca04

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ def build_extension(self, ext):
5858
author='Tobias Gustafsson',
5959
author_email='tobias.l.gustafsson@gmail.com',
6060
url='https://github.com/tobgu/pyrsistent/',
61+
project_urls={
62+
'Changelog': 'https://pyrsistent.readthedocs.io/en/latest/changes.html',
63+
},
6164
license='MIT',
6265
license_files=['LICENSE.mit'],
6366
py_modules=['_pyrsistent_version'],

0 commit comments

Comments
 (0)