From 800bf2ecc38b823fdd4435f70e1eefe67c6c2561 Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 30 Jun 2026 00:33:41 +0200 Subject: [PATCH] remove tests from files to install --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 532e08f..cd7324e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,12 +39,11 @@ testing = ["pytest"] [project.scripts] pykdebugparser = "pykdebugparser.__main__:cli" - -[tool.setuptools.packages] -find = {} +[tool.setuptools.packages.find] +exclude = ["tests*"] [tool.setuptools.package-data] pykdebugparser = ["*.txt", "*.TXT", "*.codes"] [tool.distutils.bdist_wheel] -universal = true \ No newline at end of file +universal = true