diff --git a/setup.cfg b/setup.cfg index 44b44cb..a591087 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/yaclog-ksp keywords = changelog, commandline, markdown, KSP classifiers = @@ -23,6 +22,11 @@ classifiers = Topic :: Text Processing :: Markup :: Markdown Topic :: Utilities +[metadata.project_urls] +Changelog = https://github.com/drewcassidy/yaclog-ksp/blob/main/CHANGELOG.md +Source = https://github.com/drewcassidy/yaclog-ksp +Forum = https://forum.kerbalspaceprogram.com/index.php?/topic/201784-* + [options] install_requires = Click; GitPython; yaclog python_requires >= 3.8