From acf8ac5cb5b07166e2977f9a94836e4f9da6a10d Mon Sep 17 00:00:00 2001 From: Vladimir Nadulich Date: Fri, 31 Oct 2025 21:01:22 +0300 Subject: [PATCH] exclude --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c71007..b4c4cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "onec_codetemplate_parser" -version = "0.2.0" +version = "0.2.1" dependencies = [ "typer>=0.20.0" ] @@ -36,4 +36,5 @@ Repository = "https://github.com/240596448/onec_codetemplate_parser.git" onec_codetemplate_parser = "onec_codetemplate_parser.cli:app" [tool.setuptools.packages.find] -where = ["onec_codetemplate_parser"] \ No newline at end of file +include = ["onec_codetemplate_parser"] +exclude = ["tests"] \ No newline at end of file