Merge pull request #147 from fpq473/patch-1

Exclude package using full name
This commit is contained in:
gumyr 2023-02-23 09:49:57 -05:00 committed by GitHub
commit f34cffac2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"