Skip to content

Commit 727ac86

Browse files
CopilotSubterrane
andcommitted
Fix package exclusion pattern to ensure api and models subdirectories are included in builds
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
1 parent a9e5313 commit 727ac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ requires = ["setuptools>=67.7.1", "wheel"]
3434
build-backend = "setuptools.build_meta"
3535

3636
[tool.setuptools]
37-
packages = {find = {exclude = ["tests*", "docs*"]}}
37+
packages = {find = {exclude = ["test*", "docs*"]}}
3838
package-dir = {"" = "."}
3939
include-package-data = true
4040

0 commit comments

Comments
 (0)