Skip to content

Commit 73a2063

Browse files
Add more libs into the release zip
1 parent 52ca427 commit 73a2063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ distfPY: linkPY
6565
cp $(PYDIR)/Lib/socket.py $(PYDIR)/Lib/socket.pyX
6666
cat $(PYDIR)/Lib/socket.pyX | sed 's/'"'"'getpeername'"'"', //g' >$(PYDIR)/Lib/socket.py
6767
rm $(PYDIR)/Lib/socket.pyX
68-
cd $(PYDIR)/Lib && ls *.py -1 | xargs zip ../../$(OUTDIR)/python.zip && find json/ encodings/ -type f | xargs zip ../../$(OUTDIR)/python.zip
68+
cd $(PYDIR)/Lib && ls *.py -1 | xargs zip ../../$(OUTDIR)/python.zip && find json/ encodings/ html/ http/ test/ urllib/ collections/ email/ sqlite3/ logging/ xml/ -type f | xargs zip ../../$(OUTDIR)/python.zip
6969

7070
touch distfPY
7171

0 commit comments

Comments
 (0)