Skip to content

Commit bbf2794

Browse files
authored
normalize quotes like a good boy scout
1 parent ea9eab3 commit bbf2794

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
author='Pusher',
2020
author_email='support@pusher.com',
2121
classifiers=[
22-
"License :: OSI Approved :: MIT License",
23-
"Programming Language :: Python",
24-
"Development Status :: 4 - Beta",
25-
"Intended Audience :: Developers",
26-
"Topic :: Internet :: WWW/HTTP",
22+
'License :: OSI Approved :: MIT License',
23+
'Programming Language :: Python',
24+
'Development Status :: 4 - Beta',
25+
'Intended Audience :: Developers',
26+
'Topic :: Internet :: WWW/HTTP',
2727
'Programming Language :: Python :: 2',
2828
'Programming Language :: Python :: 3',
2929
],
@@ -46,7 +46,7 @@
4646
tests_require=['nose', 'mock', 'HTTPretty'],
4747

4848
extras_require={
49-
'aiohttp': ["aiohttp>=0.9.0"],
49+
'aiohttp': ['aiohttp>=0.9.0'],
5050
'tornado': ['tornado>=4.0.0']
5151
},
5252

0 commit comments

Comments
 (0)