Skip to content

Commit

Permalink
remove subdirs in data-files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Jan 25, 2025
1 parent 6e996a8 commit b7f3de6
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 @@ -62,7 +62,7 @@ vedo = [
[tool.setuptools.data-files]
"examples/advanced" = ["examples/advanced/*"]
"examples/basic" = ["examples/basic/*"]
"examples/other" = ["examples/other/*"]
"examples/other" = ["examples/other/*.py"]
"examples/pyplot" = ["examples/pyplot/*"]
"examples/simulations" = ["examples/simulations/*"]
"examples/volumetric" = ["examples/volumetric/*"]
Expand Down

0 comments on commit b7f3de6

Please sign in to comment.