From 189a051cf4ff7ebaa2937ff5087e7afa978d35e0 Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Fri, 25 Oct 2024 02:04:40 +0100 Subject: [PATCH] poetry should not be packaging this project --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"