Skip to content

Commit

Permalink
Avoid putting tests in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Sep 1, 2024
1 parent c9d010f commit 56c3d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
write_to = "sr/robot3/_version.py"

[tool.setuptools.packages]
find = {}
[tool.setuptools.packages.find]
include = ["sr.robot3", "sr.robot3.*"]

[project]
name = "sr-robot3"
Expand Down

0 comments on commit 56c3d1a

Please sign in to comment.