@@ -44,7 +44,7 @@ def read(*rnames):
4444
4545setup (name = 'zope.app.form' ,
4646 version = '6.2.dev0' ,
47- author = 'Zope Corporation and Contributors' ,
47+ author = 'Zope Foundation and Contributors' ,
48484949 description = 'The Original Zope 3 Form Framework' ,
5050 long_description = (
@@ -62,7 +62,6 @@ def read(*rnames):
6262 'License :: OSI Approved :: Zope Public License' ,
6363 'Programming Language :: Python' ,
6464 'Programming Language :: Python :: 3' ,
65- 'Programming Language :: Python :: 3.8' ,
6665 'Programming Language :: Python :: 3.9' ,
6766 'Programming Language :: Python :: 3.10' ,
6867 'Programming Language :: Python :: 3.11' ,
@@ -76,11 +75,11 @@ def read(*rnames):
7675 'Framework :: Zope :: 3' ,
7776 ],
7877 url = 'https://github.com/zopefoundation/zope.app.form' ,
79- license = 'ZPL 2.1' ,
78+ license = 'ZPL- 2.1' ,
8079 packages = find_packages ('src' ),
8180 package_dir = {'' : 'src' },
8281 namespace_packages = ['zope' , 'zope.app' ],
83- python_requires = '>=3.8 ' ,
82+ python_requires = '>=3.9 ' ,
8483 extras_require = {
8584 'test' : tests_require
8685 },
0 commit comments