-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
32 lines (31 loc) · 1.02 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
[metadata]
name = pulsectl-asyncio
version = 1.2.2
url = https://github.com/mhthies/pulsectl-asyncio
author = Michael Thies
author_email = [email protected]
description = Asyncio frontend for the pulsectl Python bindings of libpulse
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
license_files = LICENSE
classifiers =
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
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: MIT License
Framework :: AsyncIO
Topic :: Multimedia :: Sound/Audio :: Mixers
Operating System :: POSIX
Development Status :: 5 - Production/Stable
[options]
packages = pulsectl_asyncio
python_requires = >=3.6
install_requires =
pulsectl >=23.5.0,<=24.12.0
include_package_data = True