File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env python
2- # $Id: setup.py,v 1.8 2001-07-29 09:43:46 richard Exp $
2+ # $Id: setup.py,v 1.9 2001-07-29 23:34:26 richard Exp $
33
44from distutils .core import setup , Extension
55from distutils .util import get_platform
88import os
99from roundup .templatebuilder import makeHtmlBase
1010
11+ print 'Running unit tests...'
12+ import test
13+ test .go ()
14+
1115templates = 'classic' , 'extended'
1216packagelist = [ 'roundup' , 'roundup.backends' , 'roundup.templates' ]
1317installdatafiles = []
2125
2226
2327setup ( name = "roundup" ,
24- version = "0.2.2 " ,
28+ version = "0.2.3 " ,
2529 description = "Roundup issue tracking system." ,
2630 author = "Richard Jones" ,
2731 author_email = "[email protected] " ,
3236
3337#
3438# $Log: not supported by cvs2svn $
39+ # Revision 1.8 2001/07/29 09:43:46 richard
40+ # Make sure that the htmlbase is up-to-date when we build a source dist.
41+ #
3542# Revision 1.7 2001/07/29 08:37:58 richard
3643# changes
3744#
You can’t perform that action at this time.
0 commit comments