Mercurial > p > roundup > code
comparison setup.py @ 3237:ed97e2a85576 maint-0.8
clearer docs for find(); couple of other post-release fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 03 Mar 2005 22:12:36 +0000 |
| parents | ff490d669015 |
| children | e586bc06a6ca |
comparison
equal
deleted
inserted
replaced
| 3234:16f689d45b35 | 3237:ed97e2a85576 |
|---|---|
| 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.77.2.6 2005-03-03 04:47:35 richard Exp $ | 19 # $Id: setup.py,v 1.77.2.7 2005-03-03 22:12:35 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 from distutils.command.build import build | 24 from distutils.command.build import build |
| 345 'author_email': "richard@users.sourceforge.net", | 345 'author_email': "richard@users.sourceforge.net", |
| 346 'url': 'http://roundup.sourceforge.net/', | 346 'url': 'http://roundup.sourceforge.net/', |
| 347 'download_url': 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 347 'download_url': 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
| 348 'packages': packagelist, | 348 'packages': packagelist, |
| 349 'classifiers': [ | 349 'classifiers': [ |
| 350 'Development Status :: 5 - Stable', | 350 'Development Status :: 5 - Production/Stable', |
| 351 'Environment :: Console', | 351 'Environment :: Console', |
| 352 'Environment :: Web Environment', | 352 'Environment :: Web Environment', |
| 353 'Intended Audience :: End Users/Desktop', | 353 'Intended Audience :: End Users/Desktop', |
| 354 'Intended Audience :: Developers', | 354 'Intended Audience :: Developers', |
| 355 'Intended Audience :: System Administrators', | 355 'Intended Audience :: System Administrators', |
