-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
34 lines (31 loc) · 1.03 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
33
34
[metadata]
name = hs-dbus-signature
version: attr: hs_dbus_signature._version.__version__
description = D-Bus signature hypothesis strategy generator
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Anne Mulhern
author_email = [email protected]
url = https://github.com/mulkieran/hs-dbus-signature
classifiers =
Development Status :: 4 - Beta
Framework :: Hypothesis
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
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Testing
license = MPL v2
platforms = any
[options]
install_requires =
hypothesis
package_dir =
=src
packages =
hs_dbus_signature