File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7171 message.
7272
7373
74- 2001-07-?? - 0.2.1
74+ 2001-07-28 - 0.2.1
7575Fixes:
7676 . Fixed bug in init command - templatebuilder was assuming existence of
7777 "html" directory in instance home.
Original file line number Diff line number Diff line change 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
55from distutils .core import setup , Extension
66from distutils .util import get_platform
2020
2121
2222setup ( 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.
You can’t perform that action at this time.
0 commit comments