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

View File

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

View File

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

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