Add changelog link

This commit is contained in:
Andrew Cassidy 2021-04-17 00:29:13 -07:00
parent 06b2815d19
commit c999822bd0

View File

@ -7,7 +7,6 @@ license = AGPLv3
license_file = LICENSE.md
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/drewcassidy/yet-another-changelog
keywords = changelog, commandline, markdown
classifiers =
@ -23,6 +22,12 @@ classifiers =
Topic :: Software Development :: Version Control :: Git
Topic :: Utilities
[metadata.project_urls]
Changelog = https://github.com/drewcassidy/yaclog/blob/main/CHANGELOG.md
Source = https://github.com/drewcassidy/yaclog
[options]
install_requires = Click; GitPython
python_requires >= 3.8