|
2 | 2 |
|
3 | 3 |
|
4 | 4 | setup( |
5 | | - name='w3lib', |
6 | | - version='1.22.0', |
7 | | - license='BSD', |
8 | | - description='Library of web-related functions', |
9 | | - author='Scrapy project', |
10 | | - |
11 | | - url='https://github.com/scrapy/w3lib', |
12 | | - packages=find_packages(exclude=('tests', 'tests.*')), |
| 5 | + name="w3lib", |
| 6 | + version="1.22.0", |
| 7 | + license="BSD", |
| 8 | + description="Library of web-related functions", |
| 9 | + author="Scrapy project", |
| 10 | + |
| 11 | + url="https://github.com/scrapy/w3lib", |
| 12 | + packages=find_packages(exclude=("tests", "tests.*")), |
13 | 13 | include_package_data=True, |
14 | 14 | zip_safe=False, |
15 | | - platforms=['Any'], |
| 15 | + platforms=["Any"], |
16 | 16 | classifiers=[ |
17 | | - 'Development Status :: 5 - Production/Stable', |
18 | | - 'License :: OSI Approved :: BSD License', |
19 | | - 'Operating System :: OS Independent', |
20 | | - 'Programming Language :: Python', |
21 | | - 'Programming Language :: Python :: 3', |
22 | | - 'Programming Language :: Python :: 3.6', |
23 | | - 'Programming Language :: Python :: 3.7', |
24 | | - 'Programming Language :: Python :: 3.8', |
25 | | - 'Programming Language :: Python :: 3.9', |
26 | | - 'Programming Language :: Python :: Implementation :: CPython', |
27 | | - 'Programming Language :: Python :: Implementation :: PyPy', |
28 | | - 'Topic :: Internet :: WWW/HTTP', |
| 17 | + "Development Status :: 5 - Production/Stable", |
| 18 | + "License :: OSI Approved :: BSD License", |
| 19 | + "Operating System :: OS Independent", |
| 20 | + "Programming Language :: Python", |
| 21 | + "Programming Language :: Python :: 3", |
| 22 | + "Programming Language :: Python :: 3.6", |
| 23 | + "Programming Language :: Python :: 3.7", |
| 24 | + "Programming Language :: Python :: 3.8", |
| 25 | + "Programming Language :: Python :: 3.9", |
| 26 | + "Programming Language :: Python :: Implementation :: CPython", |
| 27 | + "Programming Language :: Python :: Implementation :: PyPy", |
| 28 | + "Topic :: Internet :: WWW/HTTP", |
29 | 29 | ], |
30 | 30 | ) |
0 commit comments