-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (40 loc) · 1.03 KB
/
Copy pathsetup.cfg
File metadata and controls
44 lines (40 loc) · 1.03 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
[metadata]
name = PALA
version = 0.2.0
description = Python Audio Loudness Analysis
long_description = file: README.md
long_description_content_type = text/markdown
author = HBB-ThinkTank
author_email = your-email@example.com
license = MIT
url = https://github.com/HBB-ThinkTank/PALA
keywords = audio, loudness, LUFS, true peak, RMS, ITU-R BS.1770
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Multimedia :: Sound/Audio :: Analysis
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.8
install_requires =
numpy >= 1.24
scipy >= 1.10
soundfile >= 0.12
soxr >= 0.5
numba >= 0.56
[options.packages.find]
exclude =
tests*
docs*
[options.extras_require]
dev =
pytest
build
twine