From 9c2588c08926cfa49fd86608558135fe9be601a4 Mon Sep 17 00:00:00 2001 From: fpq473 <103151053+fpq473@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:30:31 -0800 Subject: [PATCH] Exclude package using full name @jdegenstein As discussed in chat. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a50c4d7..af41d85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ [tool.setuptools.packages.find] where = ["src"] # exclude build123d._dev from wheels -exclude = ["_dev"] +exclude = ["build123d._dev"] [tool.setuptools_scm] write_to = "src/build123d/_version.py"