Mercurial > p > roundup > code
comparison setup.py @ 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 | edcca72de643 |
| children | b68df6a509c9 |
comparison
equal
deleted
inserted
replaced
| 84:04ca1ed7862b | 85:fe0b33370244 |
|---|---|
| 1 #! /usr/bin/env python | |
| 2 | |
| 3 # $Id: setup.py,v 1.2 2001-07-26 07:14:27 richard Exp $ | |
| 4 | |
| 1 from distutils.core import setup, Extension | 5 from distutils.core import setup, Extension |
| 2 from distutils.util import get_platform | 6 from distutils.util import get_platform |
| 3 | 7 |
| 4 from glob import glob | 8 from glob import glob |
| 5 import os | 9 import os |
| 23 packages = packagelist, | 27 packages = packagelist, |
| 24 ) | 28 ) |
| 25 | 29 |
| 26 # now install the bin programs, and the cgi-bin programs | 30 # now install the bin programs, and the cgi-bin programs |
| 27 # not sure how, yet. | 31 # not sure how, yet. |
| 32 | |
| 33 # | |
| 34 # $Log: not supported by cvs2svn $ | |
| 35 # |
