Skip to content

Commit d0bd01b

Browse files
author
Richard Jones
committed
changes for the 0.2.1 distribution build.
1 parent 42c4e88 commit d0bd01b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Fixes:
7171
message.
7272

7373

74-
2001-07-?? - 0.2.1
74+
2001-07-28 - 0.2.1
7575
Fixes:
7676
. Fixed bug in init command - templatebuilder was assuming existence of
7777
"html" directory in instance home.

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python
22

3-
# $Id: setup.py,v 1.4 2001-07-27 07:20:17 richard Exp $
3+
# $Id: setup.py,v 1.5 2001-07-28 00:39:18 richard Exp $
44

55
from distutils.core import setup, Extension
66
from distutils.util import get_platform
@@ -20,20 +20,20 @@
2020

2121

2222
setup ( name = "roundup",
23-
version = "0.2.0",
24-
description = "roundup tracking system",
23+
version = "0.2.1",
24+
description = "Roundup issue tracking system.",
2525
author = "Richard Jones",
2626
author_email = "[email protected]",
2727
url = 'http://sourceforge.net/projects/roundup/',
2828
packages = packagelist,
2929
scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server']
3030
)
3131

32-
# now install the bin programs, and the cgi-bin programs
33-
# not sure how, yet.
34-
3532
#
3633
# $Log: not supported by cvs2svn $
34+
# Revision 1.4 2001/07/27 07:20:17 richard
35+
# Makefile is now obsolete - setup does what it used to do.
36+
#
3737
# Revision 1.3 2001/07/27 06:56:25 richard
3838
# Added scripts to the setup and added the config so the default script
3939
# install dir is /usr/local/bin.

0 commit comments

Comments
 (0)