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
|
[metadata]
name = daiquiri
license = Apache 2.0
summary = Library to configure Python logging easily
long_description = file:README.rst
long_description_content_type = text/x-rst
author = Julien Danjou
author-email = julien@danjou.info
home-page = https://github.com/jd/daiquiri
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
install_requires =
python-json-logger
packages =
daiquiri
[options.extras_require]
test =
pytest
systemd =
systemd-python>=234
|