scripts: Add changelog URL for Deprecated

This commit is contained in:
Florian Bruhin 2021-06-07 10:05:28 +02:00
parent b4abf72902
commit bb33d145a4
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ CHANGELOG_URLS = {
'setuptools': 'https://setuptools.readthedocs.io/en/latest/history.html',
'future': 'https://python-future.org/whatsnew.html',
'pefile': 'https://github.com/erocarrera/pefile/commits/master',
'Deprecated': 'https://github.com/tantale/deprecated/blob/master/CHANGELOG.rst',
}