Mercurial > p > roundup > code
comparison setup.py @ 3749:8d474f7ae1c0
setup.py had broken reference to roundup.cgi [SF#1593573]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 10 Nov 2006 03:29:37 +0000 |
| parents | fdc9eb78d708 |
| children | a6eff0dd2c9c |
comparison
equal
deleted
inserted
replaced
| 3748:fdc9eb78d708 | 3749:8d474f7ae1c0 |
|---|---|
| 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 18 # |
| 19 # $Id: setup.py,v 1.93 2006-11-09 06:13:18 richard Exp $ | 19 # $Id: setup.py,v 1.94 2006-11-10 03:29:37 richard Exp $ |
| 20 | 20 |
| 21 from distutils.core import setup, Extension | 21 from distutils.core import setup, Extension |
| 22 from distutils.util import get_platform | 22 from distutils.util import get_platform |
| 23 from distutils.file_util import write_file | 23 from distutils.file_util import write_file |
| 24 from distutils.command.bdist_rpm import bdist_rpm | 24 from distutils.command.bdist_rpm import bdist_rpm |
| 298 'roundup.cgi.ZTUtils', | 298 'roundup.cgi.ZTUtils', |
| 299 'roundup.backends', | 299 'roundup.backends', |
| 300 'roundup.scripts', | 300 'roundup.scripts', |
| 301 ] | 301 ] |
| 302 installdatafiles = [ | 302 installdatafiles = [ |
| 303 ('share/roundup/cgi-bin', ['cgi-bin/roundup.cgi']), | 303 ('share/roundup/cgi-bin', ['frontends/roundup.cgi']), |
| 304 ] | 304 ] |
| 305 py_modules = ['roundup.demo',] | 305 py_modules = ['roundup.demo',] |
| 306 | 306 |
| 307 # install man pages on POSIX platforms | 307 # install man pages on POSIX platforms |
| 308 if os.name == 'posix': | 308 if os.name == 'posix': |
