Skip to content

Commit

Permalink
fix: build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kir0ul committed Jan 4, 2024
1 parent 73c63ce commit d2816a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["template"]
include = ["*.py"]
exclude = ["test*"]

[project]
name = "gymnasium-env-template"
Expand Down

0 comments on commit d2816a4

Please sign in to comment.