summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SetupConfig.py4
-rw-r--r--bin/.gitattributes1
-rw-r--r--bin/cheetah.bat1
3 files changed, 0 insertions, 6 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'):
diff --git a/bin/.gitattributes b/bin/.gitattributes
deleted file mode 100644
index 5bebad2..0000000
--- a/bin/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-cheetah.bat -crlf
diff --git a/bin/cheetah.bat b/bin/cheetah.bat
deleted file mode 100644
index 3f6cf2a..0000000
--- a/bin/cheetah.bat
+++ /dev/null
@@ -1 +0,0 @@
-@"%~dp0..\python" "%~dpn0" %*