forked from dofuuz/python-soxr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (52 loc) · 1.37 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
[metadata]
name = soxr
version = attr: soxr.__version__
url = https://github.com/dofuuz/python-soxr
license = LGPLv2.1+
license_files =
LICENSE.txt
COPYING.LGPL
author = Dofuuz
description = High quality, one-dimensional sample-rate conversion library
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Documentation = https://python-soxr.readthedocs.io
Source = https://github.com/dofuuz/python-soxr
Bug Tracker = https://github.com/dofuuz/python-soxr/issues
keywords =
audio
samplerate conversion
SRC
signal processing
resampler
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Intended Audience :: Telecommunications Industry
Topic :: Multimedia :: Sound/Audio :: Analysis
Topic :: Multimedia :: Sound/Audio :: Conversion
Topic :: Scientific/Engineering
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Programming Language :: C
Programming Language :: Cython
Programming Language :: Python :: 3
[options]
zip_safe = Flase
include_package_data = True
python_requires = >= 3.6
install_requires =
numpy
packages =
soxr
[options.extras_require]
docs =
sphinx
sphinx-book-theme
myst-parser
linkify-it-py
test =
pytest
[build_ext]
inplace=1