From 4147b8a7a3a463911f1952444c1991530e748b7f Mon Sep 17 00:00:00 2001 From: JoFrhwld Date: Thu, 22 Sep 2022 13:38:24 -0400 Subject: [PATCH 1/2] readme --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 22fec08..d799212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ version = "2.0.1" description = "Forced alignment and vowel extraction" authors = ["FAVE contributors"] license = "GPL-3.0-only" +readme = "README.rst" +homepage = "https://github.com/JoFrhwld/FAVE" [tool.poetry.dependencies] python = ">=3.8,<4.0" From 638314eb0f9780f9c68cb828881d44a60660dfde Mon Sep 17 00:00:00 2001 From: JoFrhwld Date: Tue, 4 Oct 2022 09:58:45 -0400 Subject: [PATCH 2/2] update export script names for backwards compatibility --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d799212..25608d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,3 +24,5 @@ build-backend = "poetry.masonry.api" [tool.poetry.scripts] fave-extract = "fave.extractFormants:main" fave-align = "fave.FAAValign:setup" +extractFormants = "fave.extractFormants:main" +FAAValign = "fave.FAAValign:setup"