-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
50 lines (46 loc) · 1.36 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
[metadata]
name = pyjacklib
description = Python bindings for libjack using ctypes.
author = Filipe Coelho
author_email = [email protected]
maintainer = Christopher Arndt
maintainer_email = [email protected]
license = GPLv2+
license_file = COPYING.md
long_description = file: README.md, file: CHANGELOG.md
long_description_content_type = text/markdown
url = https://github.com/jackaudio/pyjacklib
keywords =
audio
jack
midi
classifiers =
Development Status :: 4 - Beta
Environment :: MacOS X
Environment :: Win32 (MS Windows)
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Multimedia :: Sound/Audio
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
include_package_data = True
[flake8]
ignore = E116, E265, E266, E731, W503, W504
max-line-length = 100
exclude =
.git,
__pycache__,
build,
dist