mirror of
https://github.com/gumyr/build123d.git
synced 2026-02-05 06:50:44 -08:00
Merge pull request #147 from fpq473/patch-1
Exclude package using full name
This commit is contained in:
commit
f34cffac2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue