Skip to content

Commit

Permalink
Update pyproject.toml to include v2 assets (suno-ai#227)
Browse files Browse the repository at this point in the history
Update `pyproject.toml` to include v2 npz assets as setup tools package_data.
  • Loading branch information
orlandohohmeier authored May 1, 2023
1 parent 130ba95 commit c8bdf08
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 @@ -52,7 +52,8 @@ dev = [
packages = ["bark"]

[tool.setuptools.package-data]
bark = ["assets/prompts/*.npz"]
bark = ["assets/prompts/*.npz", "assets/prompts/v2/*.npz"]


[tool.black]
line-length = 100

0 comments on commit c8bdf08

Please sign in to comment.