-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
37 lines (36 loc) · 1.17 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
35
36
37
[metadata]
name = pyramid_log
description = Include pyramid request attributes in your log messages
long_description = file: README.rst, CHANGES.rst
long_description_content_type = text/x-rst
url = http://pypi.python.org/pypi/pyramid_log/
author = Jeff Dairiki
author_email = [email protected]
keywords = pyramid logging
license = BSD
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Framework :: Pyramid
Topic :: Internet :: WWW/HTTP
Topic :: System :: Logging
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
[options]
packages = pyramid_log
python_requires = >=3.8
install_requires =
pyramid
setup_requires =
setuptools >= 40
setuptools_scm