11# Generated with zope.meta (https://zopemeta.readthedocs.io/) from:
22# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/pure-python
3- #
4- # Generated from:
5- # https://github.com/zopefoundation/meta/tree/master/config/pure-python
6-
73[build-system ]
84requires = [
95 " setuptools >= 78.1.1,< 81" ,
106 " wheel" ,
117]
128build-backend = " setuptools.build_meta"
139
10+
11+ [project ]
12+ name = " zope.browsermenu"
13+ version = " 6.1.dev0"
14+ description = " Browser menu implementation for Zope."
15+ license = " ZPL-2.1"
16+ classifiers = [
17+ " Environment :: Web Environment" ,
18+ " Intended Audience :: Developers" ,
19+ " Programming Language :: Python" ,
20+ " Programming Language :: Python :: 3" ,
21+ " Programming Language :: Python :: 3.10" ,
22+ " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
26+ " Programming Language :: Python :: Implementation :: CPython" ,
27+ " Programming Language :: Python :: Implementation :: PyPy" ,
28+ " Operating System :: OS Independent" ,
29+ " Topic :: Internet :: WWW/HTTP" ,
30+ " Framework :: Zope :: 3" ,
31+ ]
32+ dynamic = [" readme" ]
33+ requires-python = " >=3.10"
34+ authors = [
35+ {name = " Zope Foundation and contributors" ,email = " zope-dev@zope.dev" },
36+ ]
37+ maintainers = [
38+ {name = " Plone Foundation and contributors" ,email = " zope-dev@zope.dev" },
39+ ]
40+ dependencies = [
41+ " zope.browser" ,
42+ " zope.component>=3.7" ,
43+ " zope.configuration" ,
44+ " zope.i18nmessageid" ,
45+ " zope.interface" ,
46+ " zope.pagetemplate>=3.5" ,
47+ " zope.publisher >= 4.2.1" ,
48+ " zope.schema" ,
49+ " zope.security" ,
50+ " zope.traversing>3.7" ,
51+ ]
52+
53+ [project .optional-dependencies ]
54+ test = [
55+ " zope.testing" ,
56+ " zope.testrunner >= 6.4" ,
57+ ]
58+
59+ [project .urls ]
60+ Source = " http://github.com/zopefoundation/zope.browsermenu/"
61+ Issues = " https://github.com/zopefoundation/zope.browsermenu/issues"
62+ Changelog = " https://raw.githubusercontent.com/zopefoundation/zope.browsermenu/master/CHANGES.rst"
63+
64+
1465[tool .coverage .run ]
1566branch = true
1667source = [" zope.browsermenu" ]
@@ -33,3 +84,7 @@ exclude_lines = [
3384
3485[tool .coverage .html ]
3586directory = " parts/htmlcov"
87+
88+ [tool .setuptools .dynamic ]
89+ readme = {file = [" README.rst" , " CHANGES.rst" ]}
90+
0 commit comments