summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg40
1 files changed, 40 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..1c5a0cb
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,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