Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danner26 authored Jan 22, 2025
1 parent c9423c0 commit 95334c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ dev = [
[tool.ruff]
exclude = [".git", ".vscode", ".pytest_cache", ".mypy_cache", ".env"]
line-length = 120

[tool.setuptools] # configuration specific to the `setuptools` build backend.
packages = { find = { where = ["."], include = ["bullet", "bullet.*"] } }
package-data = { "bullet" = ["**/*.yaml", "../tests/*.py"], "bullet.assets" = ["*.png", "*.gif"] }

[tool.setuptools.dynamic]
version = { attr = "bullet.__version__" }

0 comments on commit 95334c5

Please sign in to comment.