File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env python
2- # $Id: setup.py,v 1.9 2001-07-29 23:34:26 richard Exp $
2+ # $Id: setup.py,v 1.10 2001-07-30 07:17:44 richard Exp $
33
44from distutils .core import setup , Extension
55from distutils .util import get_platform
2525
2626
2727setup ( name = "roundup" ,
28- version = "0.2.3 " ,
28+ version = "0.2.4 " ,
2929 description = "Roundup issue tracking system." ,
3030 author = "Richard Jones" ,
3131 author_email = "[email protected] " ,
3636
3737#
3838# $Log: not supported by cvs2svn $
39+ # Revision 1.9 2001/07/29 23:34:26 richard
40+ # Added unit tests so they're run whenever we package/install/whatever.
41+ #
3942# Revision 1.8 2001/07/29 09:43:46 richard
4043# Make sure that the htmlbase is up-to-date when we build a source dist.
4144#
You can’t perform that action at this time.
0 commit comments