Skip to content

Commit

Permalink
adding np and utils subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
jorshi committed Jul 5, 2024
1 parent 55215c2 commit a47986b
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["timbreremap"]
packages = ["timbreremap", "timbreremap.np", "timbreremap.utils"]

[project]
name = "timbreremap"
Expand Down
Empty file added timbreremap/utils/__init__.py
Empty file.

0 comments on commit a47986b

Please sign in to comment.