File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 ],
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
You can’t perform that action at this time.
0 commit comments