diff options
author | Marvin Borner | 2023-08-17 19:06:06 +0200 |
---|---|---|
committer | Marvin Borner | 2023-08-17 19:06:06 +0200 |
commit | 1ad2445fcc83f2dac8abb0d6ad9b6394181116e2 (patch) | |
tree | 2e4fc8cb8b9cb9c5b96618acc5593b058b9bb1a5 | |
parent | 1dbf229bb6f4ce827765e46082b50e366779c47c (diff) |
Pherkel again
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index aadfdbb..928874a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Automatic speech recognition with pytorch for SWR2" authors = ["Philipp Merkel <philippmerkel@outlook.com>", "Marvin Borner <git@marvinborner.de>", "Valentin Schmidt <>", "Silja Kasper <>"] license = "MIT" -readme = "README.md" +readme = "readme.md" packages = [{include = "swr2_asr"}] [tool.poetry.dependencies] |