Mercurial > p > roundup > code
comparison setup.py @ 675:e04d291a1194
Didn't get around to committing these after the last release.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 03 Apr 2002 05:53:03 +0000 |
| parents | 23685c45ab81 |
| children | 938edfdeac6e |
comparison
equal
deleted
inserted
replaced
| 674:d20e2e5f577a | 675:e04d291a1194 |
|---|---|
| 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 18 # |
| 19 # $Id: setup.py,v 1.32 2002-03-27 23:47:58 jhermann Exp $ | 19 # $Id: setup.py,v 1.33 2002-04-03 05:53:03 richard Exp $ |
| 20 | 20 |
| 21 from distutils.core import setup, Extension | 21 from distutils.core import setup, Extension |
| 22 from distutils.util import get_platform | 22 from distutils.util import get_platform |
| 23 from distutils.command.build_scripts import build_scripts | 23 from distutils.command.build_scripts import build_scripts |
| 24 | 24 |
| 152 ) | 152 ) |
| 153 | 153 |
| 154 | 154 |
| 155 setup( | 155 setup( |
| 156 name = "roundup", | 156 name = "roundup", |
| 157 version = "0.4.0", | 157 version = "0.4.1", |
| 158 description = "Roundup issue tracking system.", | 158 description = "Roundup issue tracking system.", |
| 159 author = "Richard Jones", | 159 author = "Richard Jones", |
| 160 author_email = "richard@users.sourceforge.net", | 160 author_email = "richard@users.sourceforge.net", |
| 161 url = 'http://sourceforge.net/projects/roundup/', | 161 url = 'http://sourceforge.net/projects/roundup/', |
| 162 packages = packagelist, | 162 packages = packagelist, |
| 171 ) | 171 ) |
| 172 | 172 |
| 173 | 173 |
| 174 # | 174 # |
| 175 # $Log: not supported by cvs2svn $ | 175 # $Log: not supported by cvs2svn $ |
| 176 # Revision 1.32 2002/03/27 23:47:58 jhermann | |
| 177 # Fix for scripts running under CMD.EXE | |
| 178 # | |
| 176 # Revision 1.31 2002/03/22 18:36:00 jhermann | 179 # Revision 1.31 2002/03/22 18:36:00 jhermann |
| 177 # chmod +x for scripts | 180 # chmod +x for scripts |
| 178 # | 181 # |
| 179 # Revision 1.30 2002/01/29 20:07:15 jhermann | 182 # Revision 1.30 2002/01/29 20:07:15 jhermann |
| 180 # Conversion to generated script stubs | 183 # Conversion to generated script stubs |
