-
Notifications
You must be signed in to change notification settings - Fork 24
/
setup.cfg
56 lines (51 loc) · 1.57 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
name = pyramid_mako
version = 1.1.0
description = Mako template bindings for the Pyramid web framework
long_description = file: README.rst, CHANGES.txt
long_description_content_type = text/x-rst
keywords = web wsgi pylons pyramid mako
license = BSD-derived (Repoze)
classifiers =
Development Status :: 6 - Mature,
Intended Audience :: Developers,
Programming Language :: Python,
Programming Language :: Python :: 3,
Programming Language :: Python :: 3.7,
Programming Language :: Python :: 3.8,
Programming Language :: Python :: 3.9,
Programming Language :: Python :: 3.10,
Programming Language :: Python :: 3.11,
Framework :: Pyramid,
License :: Repoze Public License,
url = https://github.com/Pylons/pyramid_mako
project_urls =
Documentation = https://docs.pylonsproject.org/projects/pyramid_mako/en/latest/
Changelog = https://github.com/Pylons/pyramid_mako/blob/main/CHANGES.txt
Issue Tracker = https://github.com/Pylons/pyramid_mako/issues
author = Bert JW Regeer
author_email = pylons-discuss@googlegroups.com
maintainer = Pylons Project
maintainer_email = pylons-discuss@googlegroups.com
[options]
package_dir=
=src
packages = find:
include_package_data = True
python_requires = >=3.7.0
install_requires =
Mako>=1.1.0
pyramid
[options.packages.find]
where = src
[options.extras_require]
testing =
WebTest >= 1.3.1
coverage>=5.0
pytest>=6.0
pytest-cover
docs =
Sphinx>=1.8.1
docutils
pylons-sphinx-themes>=1.0.9
repoze.sphinx.autointerface