From fd208b4363097ce7dd3078b793c82006b42d65cc Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 19 May 2025 10:34:56 -0400 Subject: [PATCH] Do not install "experiments" in site-packages --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a518423..a65f47f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,8 +42,8 @@ bean-price = 'beanprice.price:main' homepage = 'https://github.com/beancount/beanprice' issues = 'https://github.com/beancount/beanprice/issues' -[tool.setuptools.packages] -find = {} +[tool.setuptools.packages.find] +exclude = ["experiments*"] [tool.coverage.run] branch = true