-
Notifications
You must be signed in to change notification settings - Fork 52
/
setup.cfg
31 lines (29 loc) · 1020 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
30
31
[metadata]
name = python-dbusmock
version = attr: dbusmock.__version__
description = Mock D-Bus objects
long_description = file: README.md
long_description_content_type = text/markdown
author = Martin Pitt
author_email = [email protected]
url = https://github.com/martinpitt/python-dbusmock
download_url = https://pypi.python.org/pypi/python-dbusmock/
license = LGPL 3+
classifiers =
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Programming Language :: Python :: 3
Development Status :: 6 - Mature
Operating System :: POSIX :: Linux
Operating System :: POSIX :: BSD
Operating System :: Unix
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
Topic :: Software Development :: Testing :: Mocking
Topic :: Software Development :: Testing :: Unit
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages =
dbusmock
dbusmock.templates
install_requires =
dbus-python