summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eda3e8f)
raw | patch | inline | side by side (parent: eda3e8f)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 28 Jul 2001 00:39:18 +0000 (00:39 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 28 Jul 2001 00:39:18 +0000 (00:39 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@111 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
setup.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index d1d91846c65eea3c11a00ed9df0538d7bef8c9a0..030a80050d835bcec20408b731db7b70d9f30a90 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
message.
-2001-07-?? - 0.2.1
+2001-07-28 - 0.2.1
Fixes:
. Fixed bug in init command - templatebuilder was assuming existence of
"html" directory in instance home.
diff --git a/setup.py b/setup.py
index 3725ae8f491de36033e2ae8f51974f54edd22e25..6d0e683ad2dc291bb3b2043f1513cb6ad40d2cf3 100644 (file)
--- a/setup.py
+++ b/setup.py
#! /usr/bin/env python
-# $Id: setup.py,v 1.4 2001-07-27 07:20:17 richard Exp $
+# $Id: setup.py,v 1.5 2001-07-28 00:39:18 richard Exp $
from distutils.core import setup, Extension
from distutils.util import get_platform
setup ( name = "roundup",
- version = "0.2.0",
- description = "roundup tracking system",
+ version = "0.2.1",
+ description = "Roundup issue tracking system.",
author = "Richard Jones",
author_email = "richard@sourceforge.net",
url = 'http://sourceforge.net/projects/roundup/',
scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server']
)
-# now install the bin programs, and the cgi-bin programs
-# not sure how, yet.
-
#
# $Log: not supported by cvs2svn $
+# Revision 1.4 2001/07/27 07:20:17 richard
+# Makefile is now obsolete - setup does what it used to do.
+#
# Revision 1.3 2001/07/27 06:56:25 richard
# Added scripts to the setup and added the config so the default script
# install dir is /usr/local/bin.