pyproject.toml -> include [stubs] category in [all]

This commit is contained in:
jdegenstein 2025-12-15 17:04:22 -06:00 committed by GitHub
parent 3f2348ff53
commit d4d70cc85d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ all = [
"build123d[ocp_vscode]",
"build123d[development]",
"build123d[docs]",
# "build123d[stubs]", # excluded for now as mypy fails
"build123d[stubs]",
]
[tool.setuptools.packages.find]