-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
29 lines (27 loc) · 899 Bytes
/
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
[metadata]
name = dbus-client-gen
author = Anne Mulhern
author_email = [email protected]
url = https://github.com/stratis-storage/dbus-client-gen
description = generates classes and methods useful to a D-Bus client
license = MPL-2.0
long_description = file: README.rst
long_description_content_type = text/x-rst
version = attr: dbus_client_gen._version.__version__
platforms =
Linux
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= src
packages =
dbus_client_gen