Skip to content

Commit

Permalink
cleanup pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Sep 21, 2024
1 parent 15abb3f commit a781840
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ scipy = "^1.9.1"
tox = "^4.20.0"

[tool.poetry-pyinstaller-plugin]
collect = { all = ["json2daisy"], data = ["hvcc"] }
collect = { all = ["json2daisy"] }
include = { "hvcc/generators" = "hvcc/generators", "hvcc/core" = "hvcc/core", "hvcc/interpreters" = "hvcc/interpreters" }
# package = { "hvcc/generators" = "_Heavy_internal/generators" }


[tool.poetry-pyinstaller-plugin.scripts]
Expand Down

0 comments on commit a781840

Please sign in to comment.