Skip to content

Commit

Permalink
Avoid putting the test data in the wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Sep 29, 2023
1 parent a31141b commit 6fac584
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,17 @@ april_vision = "april_vision.cli:main"
[project.urls]
Repository = "https://github.com/WillB97/april_vision"

[tool.setuptools]
include-package-data = false

[tool.setuptools.packages]
find = {}

[tool.setuptools.package-data]
"*" = ["README.md", "LICENSE"]
"april_vision" = ["py.typed"]
"april_vision.calibrations" = ["*.xml"]

[build-system]
requires = ["setuptools>=60", "wheel", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 6fac584

Please sign in to comment.