forked from perillaseed/xmllayout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
24 lines (23 loc) · 828 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
[metadata]
name = "xmllayout"
description = "Formats Python log messages as log4j XMLLayout XML"
version = "1.1.0"
author = Philip Jenvey
author_email = "[email protected]"
keywords=['logging', 'log4j']
license = BSD 2-clause
license_file = LICENSE
long_description_content_type = text/markdown; charset=UTF-8
classifiers=
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: Jython',
'Topic :: System :: Logging'
[options.extras_require]
test =
pytest >= 6.2.2