From c999822bd0b3e5034d68b4e25acf1cb82e424146 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 17 Apr 2021 00:29:13 -0700 Subject: [PATCH] Add changelog link --- setup.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2af1ce5..21aae6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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