diff --git a/pyproject.toml b/pyproject.toml index c4052ff..e854491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,9 @@ description = "🎴 The decorator-decorator 🎴" authors = ["Tom Ritchford "] license = "MIT" readme = "README.md" +repository = "https://github.com/rec/dek" +homepage = "https://github.com/rec/dek" +documentation = "https://rec.github.io/dek" [tool.poetry.dependencies] python = ">=3.8"