Code

Made setup.py executable, added id and log.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 26 Jul 2001 07:14:27 +0000 (07:14 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 26 Jul 2001 07:14:27 +0000 (07:14 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@90 57a73879-2fb5-44c3-a270-3262357dd7e2

setup.py

index 7c5d3d68068d715c832ffd7b5fc3bf6b40ce12b6..5ecfdcddb18a56b0ae6748be471c4087a1d78fb8 100644 (file)
--- 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 $
+#