Code

Committed the changes to the templates for file indexes.
[roundup.git] / setup.py
index 9eb6e39fc43c57b75ccd5f810c6cd0d906dd0d22..68f1074d7a013afe1dc952a52f9980b7bfcd161b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,22 @@
 #! /usr/bin/env python
-# $Id: setup.py,v 1.11 2001-08-03 01:54:58 richard Exp $
+#
+# Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
+# This module is free software, and you may redistribute it and/or modify
+# under the same terms as Python, so long as this copyright message and
+# disclaimer are retained in their original form.
+#
+# IN NO EVENT SHALL BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR
+# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
+# OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+# BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
+# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
+# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
+# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+# 
+# $Id: setup.py,v 1.23 2001-10-17 06:04:00 richard Exp $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -25,10 +42,10 @@ for t in templates:
 
 
 setup ( name = "roundup", 
-        version = "0.2.5",
+        version = "0.3.0pre3",
         description = "Roundup issue tracking system.",
         author = "Richard Jones",
-        author_email = "richard@sourceforge.net",
+        author_email = "richard@users.sourceforge.net",
         url = 'http://sourceforge.net/projects/roundup/',
         packages = packagelist,
         scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server']
@@ -36,6 +53,44 @@ setup ( name = "roundup",
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.22  2001/10/11 05:01:28  richard
+# Prep for pre-release #2
+#
+# Revision 1.21  2001/10/10 04:18:38  richard
+# Getting ready for a preview release for 0.3.0.
+#
+# Revision 1.20  2001/10/08 21:49:30  richard
+# Minor pre- 0.3.0 changes
+#
+# Revision 1.19  2001/09/10 09:48:35  richard
+# Started changes log for 0.2.9
+#
+# Revision 1.18  2001/08/30 06:01:17  richard
+# Fixed missing import in mailgw :(
+#
+# Revision 1.17  2001/08/08 03:29:35  richard
+# Next release is 0.2.6
+#
+# Revision 1.16  2001/08/07 00:24:42  richard
+# stupid typo
+#
+# Revision 1.15  2001/08/07 00:15:51  richard
+# Added the copyright/license notice to (nearly) all files at request of
+# Bizar Software.
+#
+# Revision 1.14  2001/08/06 23:57:20  richard
+# Am now bundling unittest with the package so that everyone can use the unit
+# tests.
+#
+# Revision 1.13  2001/08/03 07:18:57  richard
+# updated version number for 0.2.6
+#
+# Revision 1.12  2001/08/03 02:51:06  richard
+# detect unit tests
+#
+# Revision 1.11  2001/08/03 01:54:58  richard
+# Started stuff off for the 0.2.5 release
+#
 # Revision 1.10  2001/07/30 07:17:44  richard
 # Just making sure we've got the right version in there for development.
 #