Mercurial > p > roundup > code
changeset 85:fe0b33370244
Made setup.py executable, added id and log.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 26 Jul 2001 07:14:27 +0000 |
| parents | 04ca1ed7862b |
| children | b89712288636 |
| files | setup.py |
| diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Jul 26 06:48:21 2001 +0000 +++ b/setup.py Thu Jul 26 07:14:27 2001 +0000 @@ -1,3 +1,7 @@ +#! /usr/bin/env python + +# $Id: setup.py,v 1.2 2001-07-26 07:14:27 richard Exp $ + from distutils.core import setup, Extension from distutils.util import get_platform @@ -25,3 +29,7 @@ # now install the bin programs, and the cgi-bin programs # not sure how, yet. + +# +# $Log: not supported by cvs2svn $ +#
