Skip to content

Commit

Permalink
Merge pull request #111 from chorus-ai/tp/fix_docker_action
Browse files Browse the repository at this point in the history
Fix chorus-image-waveform.yml action.
  • Loading branch information
tompollard authored Nov 5, 2024
2 parents 9062c40 + fd1d7c3 commit ebf8a36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
package-dir = {"" = "waveform_benchmark"}

[tool.setuptools.packages]
find = { where = ["waveform_benchmark"] }

[project]
name = "chorus_waveform"
version = "1.0.0"
Expand Down

0 comments on commit ebf8a36

Please sign in to comment.