|
14 | 14 | version = line.split(delim)[1]
|
15 | 15 | break
|
16 | 16 | else:
|
17 |
| - raise RuntimeError("Unable to find version string.") |
| 17 | + raise RuntimeError('Unable to find version string.') |
18 | 18 |
|
19 | 19 | setup(
|
20 | 20 | name='apify_client',
|
21 | 21 | version=version,
|
22 | 22 |
|
23 |
| - author="Apify Technologies s.r.o.", |
24 |
| - |
25 |
| - url="https://github.com/apify/apify-client-python", |
| 23 | + author='Apify Technologies s.r.o.', |
| 24 | + |
| 25 | + url='https://github.com/apify/apify-client-python', |
26 | 26 | project_urls={
|
27 | 27 | 'Documentation': 'https://docs.apify.com/apify-client-python',
|
28 | 28 | 'Source': 'https://github.com/apify/apify-client-python',
|
|
37 | 37 | long_description_content_type='text/markdown',
|
38 | 38 |
|
39 | 39 | classifiers=[
|
40 |
| - "Programming Language :: Python :: 3", |
41 |
| - "License :: OSI Approved :: Apache Software License", |
42 |
| - "Operating System :: OS Independent", |
| 40 | + 'Programming Language :: Python :: 3', |
| 41 | + 'License :: OSI Approved :: Apache Software License', |
| 42 | + 'Operating System :: OS Independent', |
43 | 43 | 'Intended Audience :: Developers',
|
44 | 44 | 'Topic :: Software Development :: Libraries',
|
45 | 45 | ],
|
|
0 commit comments