From fffe096a96dec0edac89fa6addd98569624065b2 Mon Sep 17 00:00:00 2001 From: Eliot Robson Date: Sun, 19 Nov 2023 17:25:07 -0600 Subject: [PATCH] Added urls --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1e90f91..a03ee2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,12 @@ exclude = [ "src/ecfr/example/starter_files/starter.py" ] +[tool.poetry.urls] +homepage = "https://github.com/eliotwrobson/CodeforcesRunnerEliot" +documentation = "https://github.com/eliotwrobson/CodeforcesRunnerEliot#readme" +repository = "https://github.com/eliotwrobson/CodeforcesRunnerEliot" +changelog = "https://github.com/eliotwrobson/CodeforcesRunnerEliot/releases" + [tool.poetry.scripts] ecfr = "ecfr.ecfr:cli"