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