Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c923132

Browse files
author
Joe Gregorio
committed
uritemplates also missing from oauth2client setup.
1 parent 5604ca2 commit c923132

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ oauth2_prerelease: test
5959
-sudo rm -rf snapshot/
6060
mkdir snapshot
6161
python expandsymlinks.py --source=oauth2client --dest=snapshot/oauth2client
62+
python expandsymlinks.py --source=uritemplate --dest=snapshot/uritemplate
6263
cp setup_oauth2client.py snapshot/setup.py
6364
cp MANIFEST_oauth2client.in snapshot/MANIFEST.in
6465
cp README_oauth2client snapshot/README

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27
2+
envlist = py27
33

44
[testenv]
55
deps = keyring

0 commit comments

Comments
 (0)