diff options
-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] |