File: setup.cfg

package info (click to toggle)
sphinxtrain 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,572 kB
  • sloc: ansic: 94,052; perl: 8,939; python: 6,702; cpp: 2,044; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 808 bytes parent folder | download
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
[metadata]
name = cmusphinx
version = 1.0.2
description = CMU Sphinx Python modules for speech processing
long_description = file: README.md
long_description_content_type = text/markdown
author = David Huggins-Daines
author_email = dhdaines@gmail.com
url = https://cmusphinx.github.io/
license = MIT
platforms = any
project_urls =
    Source  = https://github.com/cmusphinx/sphinxtrain
    Tracker = https://github.com/cmusphinx/sphinxtrain/issues
classifiers =
          Development Status :: 2 - Pre-Alpha
          Programming Language :: Python :: 3
          Programming Language :: Python :: 3.7
          License :: OSI Approved :: MIT License
          Operating System :: OS Independent
[options]
packages = cmusphinx, cmusphinx.feat
install_requires =
                 numpy
                 scipy