uritemplates also missing from oauth2client setup.

This commit is contained in:
Joe Gregorio
2013-08-07 12:19:32 -04:00
parent 5604ca22c4
commit c923132ddc
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ oauth2_prerelease: test
-sudo rm -rf snapshot/
mkdir snapshot
python expandsymlinks.py --source=oauth2client --dest=snapshot/oauth2client
python expandsymlinks.py --source=uritemplate --dest=snapshot/uritemplate
cp setup_oauth2client.py snapshot/setup.py
cp MANIFEST_oauth2client.in snapshot/MANIFEST.in
cp README_oauth2client snapshot/README

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27
envlist = py27
[testenv]
deps = keyring