Mercurial > p > roundup > code
comparison setup.py @ 213:d45384bc6420
Added the copyright/license notice to (nearly) all files...
...at request of Bizar Software.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Aug 2001 00:15:51 +0000 |
| parents | 40d7be9708f6 |
| children | 18134bffab37 |
comparison
equal
deleted
inserted
replaced
| 212:862dafca2a72 | 213:d45384bc6420 |
|---|---|
| 1 #! /usr/bin/env python | 1 #! /usr/bin/env python |
| 2 # $Id: setup.py,v 1.14 2001-08-06 23:57:20 richard Exp $ | 2 # |
| 3 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) | |
| 4 # This module is free software, and you may redistribute it and/or modify | |
| 5 # under the same terms as Python, so long as this copyright message and | |
| 6 # disclaimer are retained in their original form. | |
| 7 # | |
| 8 # IN NO EVENT SHALL THE BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR | |
| 9 # DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING | |
| 10 # OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE | |
| 11 # POSSIBILITY OF SUCH DAMAGE. | |
| 12 # | |
| 13 # BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, | |
| 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" | |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | |
| 18 # | |
| 19 # $Id: setup.py,v 1.15 2001-08-07 00:15:51 richard Exp $ | |
| 3 | 20 |
| 4 from distutils.core import setup, Extension | 21 from distutils.core import setup, Extension |
| 5 from distutils.util import get_platform | 22 from distutils.util import get_platform |
| 6 | 23 |
| 7 from glob import glob | 24 from glob import glob |
| 34 scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server'] | 51 scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server'] |
| 35 ) | 52 ) |
| 36 | 53 |
| 37 # | 54 # |
| 38 # $Log: not supported by cvs2svn $ | 55 # $Log: not supported by cvs2svn $ |
| 56 # Revision 1.14 2001/08/06 23:57:20 richard | |
| 57 # Am now bundling unittest with the package so that everyone can use the unit | |
| 58 # tests. | |
| 59 # | |
| 39 # Revision 1.13 2001/08/03 07:18:57 richard | 60 # Revision 1.13 2001/08/03 07:18:57 richard |
| 40 # updated version number for 0.2.6 | 61 # updated version number for 0.2.6 |
| 41 # | 62 # |
| 42 # Revision 1.12 2001/08/03 02:51:06 richard | 63 # Revision 1.12 2001/08/03 02:51:06 richard |
| 43 # detect unit tests | 64 # detect unit tests |
