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"