Commit c0b0ba1 1 parent f0af0ab commit c0b0ba1 Copy full SHA for c0b0ba1
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- recursive-include python2 *.py
2
- recursive-include python3 *.py
3
- include python2/httplib2/test/*.txt
1
+ recursive-include python2 *.py *.txt
2
+ recursive-include python3 *.py *.txt
3
+ include python2/httplib2/test/*.txt
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ release:
33
33
cp setup.py README MANIFEST.in CHANGELOG $(DST)
34
34
cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION)
35
35
cd dist && zip httplib2-$(VERSION).zip -r httplib2-$(VERSION)
36
- python setup.py register upload
36
+ cd dist/httplib2-$(VERSION) && python setup.py sdist --formats=gztar,zip upload
37
37
wget "http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py" -O googlecode_upload.py
38
38
python googlecode_upload.py --summary="Version $(shell python setup.py --version)" --project=httplib2 dist/*.tar.gz
39
39
python googlecode_upload.py --summary="Version $(shell python setup.py --version)" --project=httplib2 dist/*.zip
Original file line number Diff line number Diff line change 22
22
"Sam Ruby" ,
23
23
"Louis Nyffenegger" ]
24
24
__license__ = "MIT"
25
- __version__ = "0.7.3 "
25
+ __version__ = "0.7.4 "
26
26
27
27
import re
28
28
import sys
Original file line number Diff line number Diff line change 24
24
"Louis Nyffenegger" ,
25
25
"Mark Pilgrim" ]
26
26
__license__ = "MIT"
27
- __version__ = "0.7.3 "
27
+ __version__ = "0.7.4 "
28
28
29
29
import re
30
30
import sys
Original file line number Diff line number Diff line change 5
5
import sys
6
6
7
7
pkgdir = {'' : 'python%s' % sys .version_info [0 ]}
8
- VERSION = '0.7.3 '
8
+ VERSION = '0.7.4 '
9
9
10
10
setup (name = 'httplib2' ,
11
11
version = VERSION ,
You can’t perform that action at this time.
0 commit comments