From ddfd96193db6bf2bbb8377f4c3acc9b45ed7e30a Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 18 Apr 2021 22:14:12 -0700 Subject: [PATCH] fix setup.cfg --- setup.cfg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9e8728d..0ce60dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,11 +22,9 @@ 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 - +project_urls = + Source Code = https://github.com/drewcassidy/yaclog + Changelog = https://github.com/drewcassidy/yaclog/blob/main/CHANGELOG.md [options] install_requires = Click; GitPython