Skip to content

Commit dfb0d4a

Browse files
committed
Fix Makefile for rename of README to README.md
1 parent 84fd089 commit dfb0d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ release:
3030
-mkdir dist/httplib2-$(VERSION)
3131
cp -r python2 $(DST)
3232
cp -r python3 $(DST)
33-
cp setup.py README MANIFEST.in CHANGELOG $(DST)
33+
cp setup.py README.md MANIFEST.in CHANGELOG $(DST)
3434
cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION)
3535
cd dist && zip httplib2-$(VERSION).zip -r httplib2-$(VERSION)
3636
cd dist/httplib2-$(VERSION) && python setup.py sdist --formats=gztar,zip upload

0 commit comments

Comments
 (0)