commit | c923132ddc73b2fe504cac51cb93fba7268a87d1 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <joe.gregorio@gmail.com> | Wed Aug 07 12:19:32 2013 -0400 |
committer | Joe Gregorio <joe.gregorio@gmail.com> | Wed Aug 07 12:19:32 2013 -0400 |
tree | e171a9cbd63027bb933c0881ec80d12e37098f6d | |
parent | 5604ca22c48cda0f7252a1dec794e00fabf54587 [diff] [blame] |
uritemplates also missing from oauth2client setup.
diff --git a/Makefile b/Makefile index c4edbbe..7474bbf 100644 --- a/Makefile +++ b/Makefile
@@ -59,6 +59,7 @@ -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