Add changelog in a file

This commit is contained in:
Tulir Asokan 2022-03-25 20:48:36 +02:00
parent 91e7d80b29
commit fe8658ebc1
4 changed files with 72 additions and 0 deletions

View file

@ -26,6 +26,9 @@ setuptools.setup(
name="maubot",
version=__version__,
url="https://github.com/maubot/maubot",
project_urls={
"Changelog": "https://github.com/maubot/maubot/blob/master/CHANGELOG.md",
},
author="Tulir Asokan",
author_email="tulir@maunium.net",