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