|
1 | 1 | #! /usr/bin/env python |
2 | | -# $Id: setup.py,v 1.6 2001-07-29 07:01:39 richard Exp $ |
| 2 | +# $Id: setup.py,v 1.7 2001-07-29 08:37:58 richard Exp $ |
3 | 3 |
|
4 | 4 | from distutils.core import setup, Extension |
5 | 5 | from distutils.util import get_platform |
|
19 | 19 |
|
20 | 20 |
|
21 | 21 | setup ( name = "roundup", |
22 | | - version = "0.2.1", |
23 | | - description = "Roundup issue tracking system.", |
24 | | - author = "Richard Jones", |
25 | | - author_email = "[email protected]", |
26 | | - url = 'http://sourceforge.net/projects/roundup/', |
27 | | - packages = packagelist, |
28 | | - scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server'] |
| 22 | + version = "0.2.2", |
| 23 | + description = "Roundup issue tracking system.", |
| 24 | + author = "Richard Jones", |
| 25 | + author_email = "[email protected]", |
| 26 | + url = 'http://sourceforge.net/projects/roundup/', |
| 27 | + packages = packagelist, |
| 28 | + scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server'] |
29 | 29 | ) |
30 | 30 |
|
31 | 31 | # |
32 | 32 | # $Log: not supported by cvs2svn $ |
| 33 | +# Revision 1.6 2001/07/29 07:01:39 richard |
| 34 | +# Added vim command to all source so that we don't get no steenkin' tabs :) |
| 35 | +# |
33 | 36 | # Revision 1.5 2001/07/28 00:39:18 richard |
34 | 37 | # changes for the 0.2.1 distribution build. |
35 | 38 | # |
|
0 commit comments