Skip to content

Commit 3218279

Browse files
author
Richard Jones
committed
Made setup.py executable, added id and log.
1 parent 6b1aeb4 commit 3218279

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#! /usr/bin/env python
2+
3+
# $Id: setup.py,v 1.2 2001-07-26 07:14:27 richard Exp $
4+
15
from distutils.core import setup, Extension
26
from distutils.util import get_platform
37

@@ -25,3 +29,7 @@
2529

2630
# now install the bin programs, and the cgi-bin programs
2731
# not sure how, yet.
32+
33+
#
34+
# $Log: not supported by cvs2svn $
35+
#

0 commit comments

Comments
 (0)