From ff9099051e0daff7b08035713eeca5696ab3217a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 22 Sep 2009 07:22:56 -0400 Subject: The best way to get py3k support: same source runs on both, with some contortions. --- allkits.cmd | 8 -------- 1 file changed, 8 deletions(-) (limited to 'allkits.cmd') diff --git a/allkits.cmd b/allkits.cmd index a83cac7b..fa75988e 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -13,13 +13,5 @@ python setup.py sdist --formats=gztar set TAR_OPTIONS= @REM Py3k -cd three call \ned\bin\switchpy 31 python setup.py bdist_wininst - -set TAR_OPTIONS=--group=100 -python setup.py sdist --formats=gztar -set TAR_OPTIONS= - -cd .. -copy three\dist\*.* dist -- cgit v1.2.1