From 0e77a19d142ef5f9d51355338c28f4b3714a1f1a Mon Sep 17 00:00:00 2001 From: JoFrhwld Date: Tue, 4 Oct 2022 09:58:45 -0400 Subject: [PATCH] update export script names for backwards compatibility --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f752792..30acf2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,3 +36,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"