Skip to content

Commit

Permalink
prepping for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Aug 11, 2022
1 parent f9ff69b commit ce2c5cf
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 38 deletions.
32 changes: 32 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: 'FAVE: Forced alignment and vowel extraction'
message: Please cite this software using these metadata.
type: software
authors:
- given-names: Ingrid
family-names: Rosenfelder
- given-names: Josef
family-names: Fruehwald
email: [email protected]
orcid: 'https://orcid.org/0000-0001-8480-9461'
- given-names: Keelan
family-names: Evanini
- given-names: Scott
family-names: Seyfarth
- given-names: Christian
family-names: Brickhouse
orcid: 'https://orcid.org/0000-0002-2748-8056'
- given-names: Kyle
family-names: Gorman
orcid: 'https://orcid.org/0000-0002-4233-6595'
- given-names: Hillary
family-names: Prichard
- given-names: Jiahong
family-names: Yuan
repository-code: 'https://github.com/JoFrhwld/FAVE'
license: GPL-3.0
version: v2.0.1
date-released: 2022-08-11
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FAVE: Forced Alignment and Vowel Extraction
===========================================

Installation
------------

::
pip install fave

Requirements
------------

``fave-align`` requires installation of HTK v3.4.1

``fave-extract`` requires praat in your path
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ requires = ["poetry>=1.1"]
build-backend = "poetry.masonry.api"

[tool.poetry.scripts]
extractFormants = "fave.extractFormants:main"
FAAValign = "fave.FAAValign:setup"
fave-extract = "fave.extractFormants:main"
fave-align = "fave.FAAValign:setup"
36 changes: 0 additions & 36 deletions setup.py

This file was deleted.

0 comments on commit ce2c5cf

Please sign in to comment.