summaryrefslogtreecommitdiff
path: root/allkits.cmd
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-09-04 10:18:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-09-04 10:18:16 -0400
commit62a2766fd6218180cd62aee67e92f272e44c45f0 (patch)
treed7252abac441875355fcceaed750e7943bd44b5a /allkits.cmd
parente3e843da657cf109f482a173f8b1eec301c91f38 (diff)
downloadpython-coveragepy-62a2766fd6218180cd62aee67e92f272e44c45f0.tar.gz
A custom setup.py command to fix tarfile permissions. Fixes #54.
Diffstat (limited to 'allkits.cmd')
-rw-r--r--allkits.cmd4
1 files changed, 1 insertions, 3 deletions
diff --git a/allkits.cmd b/allkits.cmd
index e27098f..ac1856a 100644
--- a/allkits.cmd
+++ b/allkits.cmd
@@ -6,6 +6,4 @@ for %%v in (23 24 25 26 27 31 32) do (
)
call \ned\bin\switchpy c:\vpy\coverage\26
-set TAR_OPTIONS=--group=100
-python setup.py sdist --formats=gztar %1
-set TAR_OPTIONS=
+python setup.py --command-packages=distcmd sdist --keep-temp --formats=gztar fixtar %1