Skip to content
Snippets Groups Projects
Commit a2d36b09 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Add pycurl as an extras

parent 89d2cba0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,7 +20,7 @@ DESC = 'A low-level Amazon Web Services API client for Tornado'
 
 
setuptools.setup(name='tornado-aws',
version='0.5.0',
version='0.6.0',
description=DESC,
long_description=open('README.rst').read(),
author='Gavin M. Roy',
Loading
Loading
@@ -31,6 +31,7 @@ setuptools.setup(name='tornado-aws',
'requires/installation.txt']},
include_package_data=True,
install_requires=open('requires/installation.txt').read(),
extras_require={'curl': ['pycurl']},
tests_require=open('requires/testing.txt').read(),
license='BSD',
classifiers=CLASSIFIERS,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment