blob: 1c5a0cbf188b3877c18c4779bd4e6397248df042 (
plain)
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
|
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: MIT
[options]
python_requires = >=3.7
setup_requires =
meson-python>=0.8.1
meson>=0.60.3
ninja
patchelf
setuptools
wheel
zip_safe = False
[metadata]
name = dbus-python
license = Expat (MIT/X11)
description = Python bindings for libdbus
maintainer = The D-Bus maintainers
maintainer_email = dbus@lists.freedesktop.org
long_description = file: README
keywords =
dbus
D-Bus
classifiers =
Development Status :: 7 - Inactive
License :: OSI Approved :: MIT License
Programming Language :: C
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Object Brokering
url = http://www.freedesktop.org/wiki/Software/DBusBindings/#python
download_url = http://dbus.freedesktop.org/releases/dbus-python/
[options.extras_require]
doc =
sphinx
sphinx_rtd_theme
test =
tap.py
|