Last tweaks to setup for 1.0 release.

Reviewed in https://codereview.appspot.com/6489115/.
This commit is contained in:
Joe Gregorio
2012-09-12 12:04:25 -04:00
parent f4839b0d74
commit 623de468df
4 changed files with 4 additions and 6 deletions

View File

@@ -24,9 +24,7 @@ wiki:
python samples-index.py > ../google-api-python-client.wiki/SampleApps.wiki
.PHONY: prerelease
prerelease:
./runtests.sh python2.6
./runtests.sh python2.7
prerelease: test
-rm -rf dist/
-sudo rm -rf dist/
-rm -rf snapshot/
@@ -54,7 +52,7 @@ release: prerelease
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
.PHONY: oauth2_prerelease
oauth2_prerelease:
oauth2_prerelease: test
-rm -rf dist/
-sudo rm -rf dist/
-rm -rf snapshot/

View File

@@ -26,7 +26,7 @@ packages = [
]
install_requires = [
'httplib2>=0.7.4',
'httplib2>=0.7.6',
'python-gflags',
]

View File

@@ -24,7 +24,7 @@ packages = [
]
install_requires = [
'httplib2>=0.7.4',
'httplib2>=0.7.6',
'python-gflags',
]

0
tools/gae-zip-creator.sh Normal file → Executable file
View File