|
35 | 35 | url='https://github.com/gocept/gocept.httpserverlayer',
|
36 | 36 |
|
37 | 37 | keywords='HTTP server Plone testing zope.testrunner layer Zope',
|
38 |
| - classifiers="""\ |
39 |
| -Development Status :: 5 - Production/Stable |
40 |
| -Framework :: Zope :: 3 |
41 |
| -Framework :: Zope :: 4 |
42 |
| -Framework :: Zope :: 5 |
43 |
| -Intended Audience :: Developers |
44 |
| -License :: OSI Approved :: Zope Public License |
45 |
| -Operating System :: OS Independent |
46 |
| -Programming Language :: Python :: 3 |
47 |
| -Programming Language :: Python :: 3 :: Only |
48 |
| -Programming Language :: Python :: 3.6 |
49 |
| -Programming Language :: Python :: 3.7 |
50 |
| -Programming Language :: Python :: 3.8 |
51 |
| -Programming Language :: Python :: 3.9 |
52 |
| -Programming Language :: Python :: Implementation :: CPython |
53 |
| -Topic :: Internet :: WWW/HTTP :: HTTP Servers |
54 |
| -Topic :: Software Development :: Testing |
55 |
| -"""[:-1].split('\n'), |
| 38 | + classifiers=[ |
| 39 | + 'Development Status :: 5 - Production/Stable', |
| 40 | + 'Framework :: Zope :: 3', |
| 41 | + 'Framework :: Zope :: 4', |
| 42 | + 'Framework :: Zope :: 5', |
| 43 | + 'Intended Audience :: Developers', |
| 44 | + 'License :: OSI Approved :: Zope Public License', |
| 45 | + 'Operating System :: OS Independent', |
| 46 | + 'Programming Language :: Python :: 3', |
| 47 | + 'Programming Language :: Python :: 3.7', |
| 48 | + 'Programming Language :: Python :: 3.8', |
| 49 | + 'Programming Language :: Python :: 3.9', |
| 50 | + 'Programming Language :: Python :: 3.10', |
| 51 | + 'Programming Language :: Python :: 3.11', |
| 52 | + 'Programming Language :: Python :: Implementation :: CPython', |
| 53 | + 'Topic :: Internet :: WWW/HTTP :: HTTP Servers', |
| 54 | + 'Topic :: Software Development :: Testing', |
| 55 | + ], |
56 | 56 | description='HTTP server integration for testing',
|
57 | 57 | long_description='\n\n'.join(open(name).read() for name in (
|
58 | 58 | 'README.rst',
|
|
0 commit comments