summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f870a0)
raw | patch | inline | side by side (parent: 1f870a0)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 29 Jul 2001 23:34:26 +0000 (23:34 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 29 Jul 2001 23:34:26 +0000 (23:34 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@141 57a73879-2fb5-44c3-a270-3262357dd7e2
setup.py | patch | blob | history |
diff --git a/setup.py b/setup.py
index 6893d17a15f9a94a4005a8d7fc6be71c215cfb59..d84cf1b950c326d863edc4e98de5f53ebb4864dd 100644 (file)
--- a/setup.py
+++ b/setup.py
#! /usr/bin/env python
-# $Id: setup.py,v 1.8 2001-07-29 09:43:46 richard Exp $
+# $Id: setup.py,v 1.9 2001-07-29 23:34:26 richard Exp $
from distutils.core import setup, Extension
from distutils.util import get_platform
import os
from roundup.templatebuilder import makeHtmlBase
+print 'Running unit tests...'
+import test
+test.go()
+
templates = 'classic', 'extended'
packagelist = [ 'roundup', 'roundup.backends', 'roundup.templates' ]
installdatafiles = []
setup ( name = "roundup",
- version = "0.2.2",
+ version = "0.2.3",
description = "Roundup issue tracking system.",
author = "Richard Jones",
author_email = "richard@sourceforge.net",
#
# $Log: not supported by cvs2svn $
+# Revision 1.8 2001/07/29 09:43:46 richard
+# Make sure that the htmlbase is up-to-date when we build a source dist.
+#
# Revision 1.7 2001/07/29 08:37:58 richard
# changes
#