forked from YannickJadoul/Parselmouth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (45 loc) · 1.52 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
[metadata]
name = praat-parselmouth
# version = <see setup.py>
description = Praat in Python, the Pythonic way
long_description = file: res/README_PyPI.md
long_description_content_type = text/markdown
url = https://github.com/YannickJadoul/Parselmouth
author = Yannick Jadoul
author_email = [email protected]
project_urls =
Bug Tracker = https://github.com/YannickJadoul/Parselmouth/issues
Documentation = https://parselmouth.readthedocs.io/
Source Code = https://github.com/YannickJadoul/Parselmouth
keywords = praat, speech, signal processing, phonetics
license = GPLv3
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Operating System :: Unix
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >=3.6
install_requires =
numpy>=1.7.0
zip_safe = False
[check-manifest]
ignore =
.clang-format
.readthedocs.yml
binder
binder/*