From 4519422b06673449ce3f21e013206bd3edcf150c Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Mon, 20 Jan 2025 16:47:31 +0000 Subject: [PATCH] clean up bdist --- pyproject.toml | 2 +- tests/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 tests/__init__.py diff --git a/pyproject.toml b/pyproject.toml index e889b61..f665de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ distribution = true [tool.pdm.build] excludes = [ "docs/source/api" ] -source-includes = [ "tests/", "resources/", "docs/source" ] +source-includes = [ "tests/", "resources/", "docs/source/" ] [tool.pdm.version] source = "file" diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29..0000000