From bf864d75d8a12426d4c71ae9ea1f533e730bd54e Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 7 Jan 2024 00:08:16 +0100 Subject: [PATCH] docs: add "documentation" url to project meta Signed-off-by: Jan Kowalleck --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd8be8d..a9f809a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/madpah/serializable#readme" repository = "https://github.com/madpah/serializable" +documentation = "https://py-serializable.readthedocs.io/" packages = [ { include = "serializable" } ] @@ -39,7 +40,6 @@ keywords = [ ] [tool.poetry.urls] -"Documentation" = "https://py-serializable.readthedocs.io/" "Bug Tracker" = "https://github.com/madpah/serializable/issues" [tool.poetry.dependencies]