Skip to content

Commit a5857f7

Browse files
Fix package discovery rule
1 parent 5c9a0e6 commit a5857f7

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
@@ -37,7 +37,7 @@ tests = [
3737

3838
[tool.setuptools.packages.find]
3939
where = ["."]
40-
include = ["xfields"]
40+
include = ["xfields*"]
4141

4242
[tool.setuptools.dynamic]
4343
version = { attr = "xfields._version.__version__" }

0 commit comments

Comments
 (0)