We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fd089 commit dfb0d4aCopy full SHA for dfb0d4a
Makefile
@@ -30,7 +30,7 @@ release:
30
-mkdir dist/httplib2-$(VERSION)
31
cp -r python2 $(DST)
32
cp -r python3 $(DST)
33
- cp setup.py README MANIFEST.in CHANGELOG $(DST)
+ cp setup.py README.md MANIFEST.in CHANGELOG $(DST)
34
cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION)
35
cd dist && zip httplib2-$(VERSION).zip -r httplib2-$(VERSION)
36
cd dist/httplib2-$(VERSION) && python setup.py sdist --formats=gztar,zip upload
0 commit comments