-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (43 loc) · 1.12 KB
/
setup.cfg
File metadata and controls
47 lines (43 loc) · 1.12 KB
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
[metadata]
name = Pyraat
description = Interface for running Praat scripts through Python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mmcauliffe/Pyraat
author = Michael McAuliffe
author_email = michael.e.mcauliffe@gmail.com
maintainer = Michael McAuliffe
maintainer_email = michael.e.mcauliffe@gmail.com
license = MIT
license_file = LICENSE
license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Multimedia :: Sound/Audio :: Speech
Topic :: Scientific/Engineering
Topic :: Text Processing :: Linguistic
keywords =
phonetics
praat
acoustics
[options]
packages = find:
python_requires = >=3.8
[options.packages.find]
exclude = tests
[options.extras_require]
docs =
sphinx
numpydoc
mock
sphinx_rtd_theme
testing =
pytest
[tool:pytest]
testpaths = tests
norecursedirs = data