-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
73 lines (68 loc) · 1.42 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
[metadata]
name = Conch-sounds
description = Analyze acoustic similarity in Python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mmcauliffe/Conch-sounds
author = Michael McAuliffe
author_email = [email protected]
maintainer = Michael McAuliffe
maintainer_email = [email protected]
license = MIT
license_file = LICENSE
license_files = LICENSE
classifiers = Development Status :: 3 - Alpha
Programming Language :: Python
Programming Language :: Python :: 3
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Text Processing :: Linguistic
keywords = phonetics
acoustics
acoustic similarity
[options]
packages = find:
install_requires =
numpy
librosa
pysoundfile
scipy
praatio
pyraat
python_requires = >=3.8
include_package_data = True
[options.packages.find]
exclude = tests
[options.extras_require]
dev =
coverage
coveralls
interrogate
pytest
pytest-mypy
setuptools-scm
tomli
tox
tox-conda
docs =
interrogate
numpydoc
pydata-sphinx-theme
sphinx
sphinx-design
testing =
coverage
coveralls
pytest
[options.package_data]
conch.analysis.pitch =
*.praat
conch.analysis.formants =
*.praat
conch.analysis.intensity =
*.praat
conch.analysis.mfcc =
*.praat
[tool:pytest]
testpaths = tests
norecursedirs = data