Code

changes for the 0.2.1 distribution build.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 28 Jul 2001 00:39:18 +0000 (00:39 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 28 Jul 2001 00:39:18 +0000 (00:39 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@111 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
setup.py

index d1d91846c65eea3c11a00ed9df0538d7bef8c9a0..030a80050d835bcec20408b731db7b70d9f30a90 100644 (file)
@@ -71,7 +71,7 @@ Fixes:
    message.
 
 
-2001-07-?? - 0.2.1
+2001-07-28 - 0.2.1
 Fixes:
  . Fixed bug in init command - templatebuilder was assuming existence of
    "html" directory in instance home.
index 3725ae8f491de36033e2ae8f51974f54edd22e25..6d0e683ad2dc291bb3b2043f1513cb6ad40d2cf3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 
-# $Id: setup.py,v 1.4 2001-07-27 07:20:17 richard Exp $
+# $Id: setup.py,v 1.5 2001-07-28 00:39:18 richard Exp $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -20,8 +20,8 @@ for t in templates:
 
 
 setup ( name = "roundup", 
-       version = "0.2.0",
-       description = "roundup tracking system",
+       version = "0.2.1",
+       description = "Roundup issue tracking system.",
        author = "Richard Jones",
        author_email = "richard@sourceforge.net",
        url = 'http://sourceforge.net/projects/roundup/',
@@ -29,11 +29,11 @@ setup ( name = "roundup",
     scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server']
 )
 
-# now install the bin programs, and the cgi-bin programs
-# not sure how, yet.
-
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.4  2001/07/27 07:20:17  richard
+# Makefile is now obsolete - setup does what it used to do.
+#
 # Revision 1.3  2001/07/27 06:56:25  richard
 # Added scripts to the setup and added the config so the default script
 # install dir is /usr/local/bin.