This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
setup.cfg
45 lines (42 loc) · 1.41 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
[metadata]
name = synthplayer
version = attr: synthplayer.__version__
description = software sound synthesizer, audio streaming and conversion, and playback engine
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/irmen/synthesizer
author = Irmen de Jong
author_email = irmen@razorvine.net
keywords = sound, audio, playback, conversion, synthesizer, FM, PWM, oscillator
license = LGPL3
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Natural Language :: English
Natural Language :: Dutch
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Multimedia :: Sound/Audio
Topic :: Multimedia :: Sound/Audio :: Conversion
Topic :: Multimedia :: Sound/Audio :: Mixers
Topic :: Multimedia :: Sound/Audio :: Players
Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
[options]
zip_safe = True
include_package_data = False
install_requires =
setup_requires =
pytest-runner
test_require =
pytest
[aliases]
test = pytest
[pycodestyle]
max-line-length = 140
exclude = .git,__pycache__,.tox,.eggs,.mypy_cache,build