From: richard Date: Sat, 28 Jul 2001 00:39:18 +0000 (+0000) Subject: changes for the 0.2.1 distribution build. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ec122a697767f6bcb8c0c6a6a3632045ceb00dfc;p=roundup.git changes for the 0.2.1 distribution build. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@111 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index d1d9184..030a800 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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. diff --git a/setup.py b/setup.py index 3725ae8..6d0e683 100644 --- 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.