Skip to content

Commit

Permalink
include-package-data = false
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Dec 9, 2024
1 parent 6deb0ef commit 5233ab0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ build-backend = "setuptools.build_meta"

[tool.setuptools_scm] # set version dynamically

[tool.setuptools]
include-package-data = false # necessary for exclude to work

[tool.setuptools.packages.find]
exclude = [
"tests*",
"data*",
"twoaxistracking.tests*",
"docs*",
]

[project]
Expand Down

0 comments on commit 5233ab0

Please sign in to comment.