Skip to content

Commit 6bf3a70

Browse files
committed
Formatting with black
1 parent 22d6375 commit 6bf3a70

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

setup.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99

1010
here = os.path.abspath(os.path.dirname(__file__))
1111

12-
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as readme_file:
12+
with open(os.path.join(here, "README.rst"), encoding="utf-8") as readme_file:
1313
long_description = readme_file.read()
1414

1515
setup(
16-
name='luftdaten',
17-
version='0.6.4',
18-
description='Python API for interacting with luftdaten.info.',
16+
name="luftdaten",
17+
version="0.6.4",
18+
description="Python API for interacting with luftdaten.info.",
1919
long_description=long_description,
20-
url='https://github.com/fabaff/python-luftdaten',
21-
download_url='https://github.com/fabaff/python-luftdaten/releases',
22-
author='Fabian Affolter',
23-
author_email='[email protected]',
24-
license='MIT',
25-
install_requires=['aiohttp>=3.7.4,<4', 'async_timeout<4'],
26-
packages=['luftdaten'],
20+
url="https://github.com/fabaff/python-luftdaten",
21+
download_url="https://github.com/fabaff/python-luftdaten/releases",
22+
author="Fabian Affolter",
23+
author_email="[email protected]",
24+
license="MIT",
25+
install_requires=["aiohttp>=3.7.4,<4", "async_timeout<4"],
26+
packages=["luftdaten"],
2727
zip_safe=True,
2828
classifiers=[
29-
'Development Status :: 3 - Alpha',
30-
'Environment :: Console',
31-
'Intended Audience :: Developers',
32-
'License :: OSI Approved :: MIT License',
33-
'Operating System :: MacOS :: MacOS X',
34-
'Operating System :: Microsoft :: Windows',
35-
'Operating System :: POSIX',
36-
'Programming Language :: Python :: 3.6',
37-
'Programming Language :: Python :: 3.7',
38-
'Topic :: Utilities',
29+
"Development Status :: 3 - Alpha",
30+
"Environment :: Console",
31+
"Intended Audience :: Developers",
32+
"License :: OSI Approved :: MIT License",
33+
"Operating System :: MacOS :: MacOS X",
34+
"Operating System :: Microsoft :: Windows",
35+
"Operating System :: POSIX",
36+
"Programming Language :: Python :: 3.6",
37+
"Programming Language :: Python :: 3.7",
38+
"Topic :: Utilities",
3939
],
4040
)

0 commit comments

Comments
 (0)