From 1dfa7fd077908370659540b2ebf6b0ed5779f735 Mon Sep 17 00:00:00 2001 From: romaintailhurat Date: Fri, 31 May 2024 11:17:05 +0200 Subject: [PATCH] Yet another fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd8eefbb..703df8be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "" authors = ["romaintailhurat "] readme = "README.md" -packages = [{ include = "bowie-docs-mkdocs" }] +#packages = [{ include = "bowiedocs" }] [tool.poetry.dependencies] python = "^3.10"