From bdf672dbe5d2155e237327a952dfa7367d253084 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Sun, 24 Nov 2024 21:46:52 +0100 Subject: [PATCH] pyproject.toml fixes --- cm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm/pyproject.toml b/cm/pyproject.toml index 1c2fcdcf1..f94832481 100644 --- a/cm/pyproject.toml +++ b/cm/pyproject.toml @@ -73,7 +73,7 @@ cmind = ["repo/*", [tool.setuptools.packages.find] where = ["."] -include = [".", "cmind"] +include = ["cmind"] exclude = ["docs", "docs.*", "tests", "tests.*"]