Mercurial > p > roundup > code
diff setup.py @ 1779:ecfb6ccf20b0 maint-0.6
release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 31 Aug 2003 04:31:03 +0000 |
| parents | 85cb3f524bba |
| children | 9560e94beeea |
line wrap: on
line diff
--- a/setup.py Sun Aug 31 03:44:27 2003 +0000 +++ b/setup.py Sun Aug 31 04:31:03 2003 +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.55 2003-06-22 00:28:56 richard Exp $ +# $Id: setup.py,v 1.55.2.1 2003-08-31 04:31:00 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -186,9 +186,6 @@ command-line, web and e-mail interfaces. It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition. -This release has a couple of bufixes mostly important to Windows users, -making it possible for them to install new trackers! - The 0.6 release has lots of new goodies including: - new instant-gratification Demo Mode ("python demo.py" :)
