1- # Generated from:
2- # https://github.com/zopefoundation/meta/tree/master/config/zope-product
3-
1+ # Generated with zope.meta (https://zopemeta.readthedocs.io/) from:
2+ # https://github.com/zopefoundation/meta/tree/master/src/zope/meta/zope-product
43[build-system ]
54requires = [
65 " setuptools >= 78.1.1,< 81" ,
76 " wheel" ,
87]
98build-backend = " setuptools.build_meta"
109
10+
11+ [project ]
12+ name = " DateTime"
13+ version = " 6.1.dev0"
14+ license = " ZPL-2.1"
15+ classifiers = [
16+ " Development Status :: 6 - Mature" ,
17+ " Environment :: Web Environment" ,
18+ " Framework :: Zope :: 5" ,
19+ " Operating System :: OS Independent" ,
20+ " Programming Language :: Python" ,
21+ " Programming Language :: Python :: 3" ,
22+ " Programming Language :: Python :: 3.10" ,
23+ " Programming Language :: Python :: 3.11" ,
24+ " Programming Language :: Python :: 3.12" ,
25+ " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
27+ " Programming Language :: Python :: Implementation :: CPython" ,
28+ " Programming Language :: Python :: Implementation :: PyPy" ,
29+ ]
30+ dynamic = [" readme" ]
31+ requires-python = " >=3.10"
32+ authors = [
33+ {name = " Zope Foundation and contributors" ,email = " zope-dev@zope.dev" },
34+ ]
35+ maintainers = [
36+ {name = " Plone Foundation and contributors" ,email = " zope-dev@zope.dev" },
37+ ]
38+ dependencies = [
39+ " zope.interface" ,
40+ " pytz" ,
41+ ]
42+
43+ [project .urls ]
44+ Source = " https://github.com/zopefoundation/DateTime"
45+ Issues = " https://github.com/zopefoundation/DateTime/issues"
46+ Changelog = " https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst"
47+
1148[tool .coverage .run ]
1249branch = true
1350source = [" DateTime" ]
@@ -30,3 +67,7 @@ exclude_lines = [
3067
3168[tool .coverage .html ]
3269directory = " parts/htmlcov"
70+
71+ [tool .setuptools .dynamic ]
72+ readme = {file = [" README.rst" , " CHANGES.rst" ]}
73+
0 commit comments