summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
authorJames Abbatiello <abbeyj@gmail.com>2009-08-25 00:53:35 -0400
committerJames Abbatiello <abbeyj@gmail.com>2009-08-25 00:53:35 -0400
commit894c72845e83230f8374e0949920f1e712c3b346 (patch)
tree1d387865afd7fd63a464515b44f938afacb9567c /SetupConfig.py
parente4705b12f2d53202a9a7ef4b8e5cc084f11c83fd (diff)
downloadpython-cheetah-894c72845e83230f8374e0949920f1e712c3b346.tar.gz
Remove cheetah.bat file now that setuptools will generate .exe files
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py4
1 files changed, 0 insertions, 4 deletions
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'):