blob: a229cc86fca736157ad9edb7e2b1bfccf08850a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig Tue Apr 12 02:41:32 2005
+++ setup.py Wed Apr 13 15:23:43 2005
@@ -29,7 +29,7 @@
'package_dir': {'quixote':os.curdir},
'packages': ['quixote', 'quixote.demo', 'quixote.form',
- 'quixote.server'],
+ 'quixote.server', 'quixote.html', 'quixote.ptl', 'quixote.form1'],
'ext_modules': [],
|