File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-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' ,
27+ 'Programming Language :: Python :: 2' ,
28+ 'Programming Language :: Python :: 3' ,
2729 ],
2830 keywords = 'pusher rest realtime websockets service' ,
2931 license = 'MIT' ,
4446 tests_require = ['nose' , 'mock' , 'HTTPretty' ],
4547
4648 extras_require = {
47- 'aiohttp' : [" aiohttp>=0.9.0" ],
49+ 'aiohttp' : [' aiohttp>=0.9.0' ],
4850 'tornado' : ['tornado>=4.0.0' ]
4951 },
5052
You can’t perform that action at this time.
0 commit comments