Skip to content

Commit

Permalink
feat: add pyproject install
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEloff committed Sep 19, 2023
1 parent cf4d553 commit 9d61921
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[project]
name = "transfusion"
version = "0.1.0"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["transfusion", "wavlm"]
Empty file added transfusion/__init__.py
Empty file.
Empty file added wavlm/__init__.py
Empty file.

0 comments on commit 9d61921

Please sign in to comment.