From: richard Date: Thu, 26 Jul 2001 07:14:27 +0000 (+0000) Subject: Made setup.py executable, added id and log. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9eb15f76b58529fc43c4855066ef2a1e9e237107;p=roundup.git Made setup.py executable, added id and log. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@90 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/setup.py b/setup.py index 7c5d3d6..5ecfdcd 100644 --- a/setup.py +++ b/setup.py @@ -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 @@ setup ( name = "roundup", # now install the bin programs, and the cgi-bin programs # not sure how, yet. + +# +# $Log: not supported by cvs2svn $ +#