Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/setup.py Thu Mar 03 09:52:03 2005 +0000 +++ b/setup.py Thu Mar 03 22:12:36 2005 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.77.2.6 2005-03-03 04:47:35 richard Exp $ +# $Id: setup.py,v 1.77.2.7 2005-03-03 22:12:35 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -347,7 +347,7 @@ 'download_url': 'http://sourceforge.net/project/showfiles.php?group_id=31577', 'packages': packagelist, 'classifiers': [ - 'Development Status :: 5 - Stable', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: Web Environment', 'Intended Audience :: End Users/Desktop',
