Mercurial > p > roundup > code
changeset 105:3bed67f2394c
changes for the 0.2.1 distribution build.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 28 Jul 2001 00:39:18 +0000 |
| parents | 36c75fd4c6c7 |
| children | 25216cb3ff79 |
| files | CHANGES.txt setup.py |
| diffstat | 2 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jul 28 00:34:44 2001 +0000 +++ b/CHANGES.txt Sat Jul 28 00:39:18 2001 +0000 @@ -71,7 +71,7 @@ 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.
--- a/setup.py Sat Jul 28 00:34:44 2001 +0000 +++ b/setup.py Sat Jul 28 00:39:18 2001 +0000 @@ -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 @@ 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 @@ 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.
