-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (50 loc) · 1.15 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
[metadata]
NAME = mead-audio8
version = 0.0.6
description = MEAD Audio
author = dpressel
author_email = [email protected]
license = Apache 2.0
keywords=
deep-learning
audio
pytorch
long_description_content_type = text/markdown
long_description = file: README.md
license_files =
../LICENSE
../NOTICE
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
packages = find:
scripts =
audio8/train.py
audio8/pretrain.py
audio8/test.py
audio8/pretrain_paired.py
install_requires =
numpy
editdistance
mead-baseline
six
soundfile
[options.extras_require]
test:
pytest
mock
contextdecorator
pytest-forked
scipy: scipy
ctcdecode: ctcdecode