summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2002-03-02 20:26:07 +0000
committertavis_rudd <tavis_rudd>2002-03-02 20:26:07 +0000
commit4f9d4b674f5e89ff81d8c606bb27ea17518fde83 (patch)
tree1e7476ab0a6a3fdb127061bdf4115cc020a38ce1 /SetupConfig.py
parentc402f35a31040f9f10f7b66c8dc4db1a204517bb (diff)
downloadpython-cheetah-4f9d4b674f5e89ff81d8c606bb27ea17518fde83.tar.gz
made the install work with or without the WebwareExp package
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index b92fb1b..7470d54 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -11,6 +11,7 @@ packages = ['Cheetah',
'Cheetah.Tools',
'Cheetah.Utils',
]
+extra_path = 'Webware'
package_dir = {'Cheetah':'src'}
import os
@@ -30,7 +31,7 @@ else:
## Data Files and Scripts
scripts = ['bin/cheetah-compile',
]
-data_files = ['recursive: src *.tmpl *.txt LICENSE README',
+data_files = ['recursive: src *.tmpl *.txt LICENSE README TODO CHANGES',
]
## GET THE DESCRIPTION AND CREATE THE README