diff --git a/pyproject.toml b/pyproject.toml index 7b02900..8b5e054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ name = "techdocs" version = "0.1.0" description = "" authors = ["Your Name "] -readme = "README.md" +readme = "README.rst" +package-mode = false [tool.poetry.dependencies] python = "^3.12"