|
5 | 5 |
|
6 | 6 |
|
7 | 7 | setup( |
8 | | - name='scrapy-zyte-smartproxy', |
9 | | - version='2.3.5', |
10 | | - license='BSD', |
11 | | - description='Scrapy middleware for Zyte Smart Proxy Manager', |
| 8 | + name="scrapy-zyte-smartproxy", |
| 9 | + version="2.3.5", |
| 10 | + license="BSD", |
| 11 | + description="Scrapy middleware for Zyte Smart Proxy Manager", |
12 | 12 | long_description=readme, |
13 | 13 | long_description_content_type="text/x-rst", |
14 | | - maintainer='Raul Gallegos', |
15 | | - maintainer_email='[email protected]', |
16 | | - author='Zyte', |
17 | | - |
18 | | - url='https://github.com/scrapy-plugins/scrapy-zyte-smartproxy', |
19 | | - packages=['scrapy_zyte_smartproxy'], |
20 | | - platforms=['Any'], |
| 14 | + maintainer="Raul Gallegos", |
| 15 | + maintainer_email="[email protected]", |
| 16 | + author="Zyte", |
| 17 | + |
| 18 | + url="https://github.com/scrapy-plugins/scrapy-zyte-smartproxy", |
| 19 | + packages=["scrapy_zyte_smartproxy"], |
| 20 | + platforms=["Any"], |
21 | 21 | classifiers=[ |
22 | | - 'Development Status :: 5 - Production/Stable', |
23 | | - 'License :: OSI Approved :: BSD License', |
24 | | - 'Operating System :: OS Independent', |
25 | | - 'Programming Language :: Python', |
26 | | - 'Programming Language :: Python :: 2.7', |
27 | | - 'Programming Language :: Python :: 3.4', |
28 | | - 'Programming Language :: Python :: 3.5', |
29 | | - 'Programming Language :: Python :: 3.6', |
30 | | - 'Programming Language :: Python :: 3.7', |
31 | | - 'Programming Language :: Python :: 3.8', |
32 | | - 'Programming Language :: Python :: 3.9', |
33 | | - 'Programming Language :: Python :: 3.10', |
34 | | - 'Programming Language :: Python :: 3.11', |
35 | | - 'Programming Language :: Python :: 3.12', |
36 | | - 'Programming Language :: Python :: 3.13', |
37 | | - 'Framework :: Scrapy', |
38 | | - 'Intended Audience :: Developers', |
39 | | - 'Topic :: Internet :: WWW/HTTP', |
40 | | - 'Topic :: Internet :: Proxy Servers', |
41 | | - 'Topic :: Software Development :: Libraries :: Application Frameworks', |
42 | | - 'Topic :: Software Development :: Libraries :: Python Modules', |
| 22 | + "Development Status :: 5 - Production/Stable", |
| 23 | + "License :: OSI Approved :: BSD License", |
| 24 | + "Operating System :: OS Independent", |
| 25 | + "Programming Language :: Python", |
| 26 | + "Programming Language :: Python :: 2.7", |
| 27 | + "Programming Language :: Python :: 3.9", |
| 28 | + "Programming Language :: Python :: 3.10", |
| 29 | + "Programming Language :: Python :: 3.11", |
| 30 | + "Programming Language :: Python :: 3.12", |
| 31 | + "Programming Language :: Python :: 3.13", |
| 32 | + "Framework :: Scrapy", |
| 33 | + "Intended Audience :: Developers", |
| 34 | + "Topic :: Internet :: WWW/HTTP", |
| 35 | + "Topic :: Internet :: Proxy Servers", |
| 36 | + "Topic :: Software Development :: Libraries :: Application Frameworks", |
| 37 | + "Topic :: Software Development :: Libraries :: Python Modules", |
43 | 38 | ], |
44 | | - install_requires=['scrapy>=1.4.0', 'six', 'w3lib'], |
| 39 | + install_requires=["scrapy>=1.4.0", "six", "w3lib"], |
45 | 40 | ) |
0 commit comments