Add release notes to PyPI project URLs

Change-Id: I8cd7f190bed6e7ae8d4c86302d8f0b976d8f1844
This commit is contained in:
Tim Burke 2023-07-11 14:01:57 -07:00
parent e965dce7b7
commit eca7e3605e
1 changed files with 2 additions and 0 deletions

View File

@ -234,6 +234,8 @@ setup(name='pyeclib',
url='https://opendev.org/openstack/pyeclib',
project_urls={
'Bug Tracker': 'https://bugs.launchpad.net/pyeclib',
'Release Notes': ('https://opendev.org/openstack/pyeclib/'
'src/branch/master/ChangeLog'),
},
description=('This library provides a simple Python interface for '
'implementing erasure codes. To obtain the best possible '