diff options
Diffstat (limited to 'www/quixote/files/patch-setup.py')
-rw-r--r-- | www/quixote/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/quixote/files/patch-setup.py b/www/quixote/files/patch-setup.py new file mode 100644 index 000000000000..a229cc86fca7 --- /dev/null +++ b/www/quixote/files/patch-setup.py @@ -0,0 +1,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': [], + |