Skip to content

Commit

Permalink
build: add in packages.find section to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Aug 27, 2024
1 parent 92f15ff commit 192d394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ urls = { Homepage = "https://github.com/tpgillam/mt2" }
requires = ["setuptools>=61.0", "wheel", "numpy"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
exclude = ["examples", "src", "tests"]

[tool.setuptools.package-data]
mt2 = ["src/*.h", "src/*.cpp"]

0 comments on commit 192d394

Please sign in to comment.