-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (41 loc) · 1.25 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
[metadata]
name = Anchor_annotator
description = Anchor annotator is a program for inspecting corpora for the Montreal Forced Aligner and correcting transcriptions and pronunciations.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MontrealCorpusTools/Anchor-annotator
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
Topic :: Multimedia :: Sound/Audio :: Speech
Topic :: Scientific/Engineering
Topic :: Text Processing :: Linguistic
keywords = phonology
corpus
phonetics
annotation
licence_file = LICENSE
[options]
packages = find:
install_requires =
montreal-forced-aligner
pyqtgraph
pyside6
python_requires = >=3.8
[options.packages.find]
exclude = tests
[tool:pytest]
testpaths = tests
norecursedirs = data
[tool:flake8]
max-line-length = 130
exclude = [".git", "__pycache__", "dist"]