From 9eb15f76b58529fc43c4855066ef2a1e9e237107 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 26 Jul 2001 07:14:27 +0000 Subject: [PATCH] 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 --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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 $ +# -- 2.30.2