Skip to content

Commit 7cb2091

Browse files
authored
Merge pull request #106 from onelogin/copilot/fix-105
Fix missing subdirectories in PyPI builds by correcting package exclusion pattern
2 parents 670acf3 + 727ac86 commit 7cb2091

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)