File tree Expand file tree Collapse file tree 2 files changed +720
-9
lines changed
Expand file tree Collapse file tree 2 files changed +720
-9
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env python
2- # $Id: setup.py,v 1.13 2001-08-03 07:18:57 richard Exp $
2+ # $Id: setup.py,v 1.14 2001-08-06 23:57:20 richard Exp $
33
44from distutils .core import setup , Extension
55from distutils .util import get_platform
88import os
99from roundup .templatebuilder import makeHtmlBase
1010
11- try :
12- import unittest
13- except :
14- print 'Skipping unit tests (no unittest module found)'
15- else :
16- print 'Running unit tests...'
17- import test
18- test .go ()
11+ print 'Running unit tests...'
12+ import test
13+ test .go ()
1914
2015templates = 'classic' , 'extended'
2116packagelist = [ 'roundup' , 'roundup.backends' , 'roundup.templates' ]
4136
4237#
4338# $Log: not supported by cvs2svn $
39+ # Revision 1.13 2001/08/03 07:18:57 richard
40+ # updated version number for 0.2.6
41+ #
4442# Revision 1.12 2001/08/03 02:51:06 richard
4543# detect unit tests
4644#
You can’t perform that action at this time.
0 commit comments