From ef9ba4cf3430832803e5e069bd75cff823ca3aab Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Fri, 9 Jul 2021 17:53:33 -0400 Subject: [PATCH] Add "documentation" field to pyproject.toml br3ndonland/fastenv#1 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index de2bebd..598953d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ authors = ["Brendon Smith "] license = "MIT" homepage = "https://github.com/br3ndonland/fastenv" repository = "https://github.com/br3ndonland/fastenv" +documentation = "https://fastenv.bws.bio" readme = "README.md" include = ["fastenv/py.typed"] keywords = ["asgi", "dotenv", "environment variables", "fastapi", "settings"]