summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Borzenkov <snaury@gmail.com>2014-09-20 23:24:49 +0400
committerAlexey Borzenkov <snaury@gmail.com>2014-09-20 23:24:49 +0400
commit2f6a57f89006e098089e14eb0f82c376782aa585 (patch)
treed862490838e6a29655f446d87ec860255115c049
parentfe001f8b1bd75628d42a942adfcb6f6ec8242014 (diff)
downloadgreenlet-2f6a57f89006e098089e14eb0f82c376782aa585.tar.gz
Add missing bdist_egg in make-win-release
-rwxr-xr-xmake-win-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-win-release b/make-win-release
index cc1decf..8bf94c4 100755
--- a/make-win-release
+++ b/make-win-release
@@ -2,7 +2,7 @@
import sys, os, subprocess, re
-common_dist = ("bdist_wininst", "bdist_msi", "bdist_wheel", "test")
+common_dist = ("bdist_wininst", "bdist_msi", "bdist_wheel", "bdist_egg", "test")
pyver2dist = {
"Python26": common_dist,
"Python26x64": common_dist,