Skip to content

Commit

Permalink
Merge pull request #78 from JoFrhwld/hotfix
Browse files Browse the repository at this point in the history
hotfix - exported script names
  • Loading branch information
JoFrhwld authored Oct 4, 2022
2 parents ce2c5cf + 638314e commit d0c2a94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -22,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"

0 comments on commit d0c2a94

Please sign in to comment.