Skip to content

Commit

Permalink
setup.py: rename appengine-sdk extra to appenginesdk to work around p…
Browse files Browse the repository at this point in the history
…ypa/pip#3810

...since readthedocs is still on pip 8.1.2. :/ filed issue to upgrade: readthedocs/readthedocs.org#2538
  • Loading branch information
snarfed committed Dec 1, 2016
1 parent bcc4401 commit 87ea294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ python:
setup_py_install: false
pip_install: true
extra_requirements:
- appengine-sdk
- appenginesdk
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, *args, **kwargs):
'urllib3>=1.14',
],
extras_require={
'appengine-sdk': ['appengine-sdk >= 1.9.40.post0'],
'appenginesdk': ['appengine-sdk >= 1.9.40.post0'],
},
test_loader='setup:TestLoader',
test_suite='oauth_dropins.webutil',
Expand Down

0 comments on commit 87ea294

Please sign in to comment.