From 894c72845e83230f8374e0949920f1e712c3b346 Mon Sep 17 00:00:00 2001 From: James Abbatiello Date: Tue, 25 Aug 2009 00:53:35 -0400 Subject: Remove cheetah.bat file now that setuptools will generate .exe files --- SetupConfig.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'SetupConfig.py') diff --git a/SetupConfig.py b/SetupConfig.py index bcf5ca3..3848f22 100644 --- a/SetupConfig.py +++ b/SetupConfig.py @@ -33,7 +33,6 @@ package_dir = {'Cheetah':'cheetah'} import os import os.path -import sys from distutils.core import Extension ext_modules=[ @@ -52,9 +51,6 @@ scripts = ['bin/cheetah-compile', 'bin/cheetah', ] -if sys.platform == "win32": - scripts.append('bin/cheetah.bat') - data_files = ['recursive: src *.tmpl *.txt LICENSE README TODO CHANGES',] if not os.getenv('CHEETAH_INSTALL_WITHOUT_SETUPTOOLS'): -- cgit v1.2.1