forked from MontrealCorpusTools/Montreal-Forced-Aligner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
90 lines (84 loc) · 1.94 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[metadata]
name = Montreal Forced Aligner
description = Montreal Forced Aligner is a package for aligning speech corpora using Kaldi functionality.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner
author = Montreal Corpus Tools
author_email = [email protected]
maintainer = Michael McAuliffe
maintainer_email = [email protected]
license = MIT
license_file = LICENSE
classifiers = Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
Topic :: Text Processing :: Linguistic
keywords = phonology
corpus
phonetics
alignment
segmentation
licence_file = LICENSE
[options]
packages = find:
install_requires =
biopython
colorama
jsonlines
librosa
numpy
praatio>=5.0
pyyaml
requests
scikit-learn
tqdm
python_requires = >=3.8
include_package_data = True
[options.packages.find]
exclude = tests
[options.entry_points]
console_scripts =
mfa = montreal_forced_aligner.command_line.mfa:main
[options.extras_require]
anchor =
anchor-annotator
pyqt5
pyqtgraph
dev =
coverage
coveralls
interrogate
pytest
pytest-mypy
setuptools-scm
sphinx
sphinx-automodapi
sphinx-rtd-theme
sphinxemoji
tomli
tox
tox-conda
docs =
interrogate
sphinx
sphinx-automodapi
sphinx-rtd-theme
sphinxemoji
testing =
coverage
coveralls
pytest
pytest-mypy
[options.package_data]
* = *.yaml
[tool:pytest]
testpaths = tests