Skip to content

Commit 56c3d1a

Browse files
committed
Avoid putting tests in wheel
1 parent c9d010f commit 56c3d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ build-backend = "setuptools.build_meta"
4040
[tool.setuptools_scm]
4141
write_to = "sr/robot3/_version.py"
4242

43-
[tool.setuptools.packages]
44-
find = {}
43+
[tool.setuptools.packages.find]
44+
include = ["sr.robot3", "sr.robot3.*"]
4545

4646
[project]
4747
name = "sr-robot3"

0 commit comments

Comments
 (0)