Skip to content

Commit 623de46

Browse files
committed
Last tweaks to setup for 1.0 release.
Reviewed in https://codereview.appspot.com/6489115/.
1 parent f4839b0 commit 623de46

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ wiki:
2424
python samples-index.py > ../google-api-python-client.wiki/SampleApps.wiki
2525

2626
.PHONY: prerelease
27-
prerelease:
28-
./runtests.sh python2.6
29-
./runtests.sh python2.7
27+
prerelease: test
3028
-rm -rf dist/
3129
-sudo rm -rf dist/
3230
-rm -rf snapshot/
@@ -54,7 +52,7 @@ release: prerelease
5452
python googlecode_upload.py --summary="Samples for google-api-python-client Version $(shell python setup.py --version)" --project=google-api-python-client snapshot/google-api-python-client-samples-*.zip
5553

5654
.PHONY: oauth2_prerelease
57-
oauth2_prerelease:
55+
oauth2_prerelease: test
5856
-rm -rf dist/
5957
-sudo rm -rf dist/
6058
-rm -rf snapshot/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727

2828
install_requires = [
29-
'httplib2>=0.7.4',
29+
'httplib2>=0.7.6',
3030
'python-gflags',
3131
]
3232

setup_oauth2client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525

2626
install_requires = [
27-
'httplib2>=0.7.4',
27+
'httplib2>=0.7.6',
2828
'python-gflags',
2929
]
3030

tools/gae-zip-creator.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)