We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ca427 commit 73a2063Copy full SHA for 73a2063
python_build/Makefile
@@ -65,7 +65,7 @@ distfPY: linkPY
65
cp $(PYDIR)/Lib/socket.py $(PYDIR)/Lib/socket.pyX
66
cat $(PYDIR)/Lib/socket.pyX | sed 's/'"'"'getpeername'"'"', //g' >$(PYDIR)/Lib/socket.py
67
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
+ 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
69
70
touch distfPY
71
0 commit comments