From eee9c375ee1c90eb20943929c568b55ac2406af0 Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Sun, 8 Sep 2024 12:08:57 -0400 Subject: [PATCH] fix intentionally bad URL --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99c2a52..c41e1cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ dependencies = ["mkdocs>=1.5.0", "pygments>=2.16", "pymdown-extensions>=10.3"] packages = ["src/wintersong"] [project.urls] -Bad = "Intentionally invalid URL to prevent accidentally publishing this to PyPI" Documentation = "https://github.com/wntrblm/wintersong#readme" Issues = "https://github.com/wntrblm/wintersong/issues" Source = "https://github.com/wntrblm/wintersong"