Last tweaks to setup for 1.0 release.
Reviewed in https://codereview.appspot.com/6489115/.
This commit is contained in:
6
Makefile
6
Makefile
@@ -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/
|
||||
|
||||
2
setup.py
2
setup.py
@@ -26,7 +26,7 @@ packages = [
|
||||
]
|
||||
|
||||
install_requires = [
|
||||
'httplib2>=0.7.4',
|
||||
'httplib2>=0.7.6',
|
||||
'python-gflags',
|
||||
]
|
||||
|
||||
|
||||
@@ -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
0
tools/gae-zip-creator.sh
Normal file → Executable file
Reference in New Issue
Block a user