Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher authored Oct 27, 2024
1 parent 0b2ad12 commit b3377f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dynamic = ["version"]
[tool.setuptools]
# If there are data files included in your packages that need to be
# installed, specify them here.
package-data = {"textures" = ["data/*.png"], "shaders" = ["data/*.frag", "data/*.vert"]}
package-data = {"textures" = ["src/data/*.png"], "shaders" = ["src/data/*.frag", "src/data/*.vert"]}

[build-system]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit b3377f2

Please sign in to comment.