summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-09-01 14:04:14 -0700
committerR. Tyler Ballance <tyler@monkeypox.org>2009-09-01 14:04:14 -0700
commit8bb8f0f2c9c06578987bf4ceb2d25c3b7cb0e0b7 (patch)
treeac4f6c90be6abfa5450397571026eb4b8a1e22b4 /SetupConfig.py
parent9bc0b37a331290c829efa6365da7455aa8bde6d9 (diff)
downloadpython-cheetah-8bb8f0f2c9c06578987bf4ceb2d25c3b7cb0e0b7.tar.gz
Fix SetupConfig to reflect the rename of the package directory
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index 3848f22..61e304d 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -51,7 +51,7 @@ scripts = ['bin/cheetah-compile',
'bin/cheetah',
]
-data_files = ['recursive: src *.tmpl *.txt LICENSE README TODO CHANGES',]
+data_files = ['recursive: cheetah *.tmpl *.txt LICENSE README TODO CHANGES',]
if not os.getenv('CHEETAH_INSTALL_WITHOUT_SETUPTOOLS'):
try: