From acd0eebe7e0cf3d063af08883416f01e479ef864 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 14 Jul 2020 21:49:18 +0100 Subject: [PATCH] Fixed metadata --- doc-source/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-source/conf.py b/doc-source/conf.py index c830b95..4062716 100644 --- a/doc-source/conf.py +++ b/doc-source/conf.py @@ -18,7 +18,7 @@ # User-configurable lines # End of user-configurable lines -github_url = f"https://github.com/domdfcoding/enum_tools" +github_url = "https://github.com/domdfcoding/enum_tools" rst_prolog = f""".. |pkgname| replace:: enum_tools .. |pkgname2| replace:: ``enum_tools`` diff --git a/setup.cfg b/setup.cfg index 632b37f..cfa40b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ platforms = Windows macOS Linux -url = "https://github.com/domdfcoding/enum_tools" +url = https://github.com/domdfcoding/enum_tools project_urls = Documentation = https://enum_tools.readthedocs.io Issue_Tracker = https://github.com/domdfcoding/enum_tools/issues