From: Mike Bayer Date: Sun, 14 Feb 2010 18:40:51 +0000 (+0000) Subject: add a note X-Git-Tag: rel_0_6beta2~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1005251437dbce7d32819a835c7e65d1a6fd304b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add a note --- diff --git a/setup.py b/setup.py index 20da456d9b..57ec1d343f 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,13 @@ +"""setup.py + +Please see README for basic installation instructions. + +""" + +# set this flag to True to compile +# C extensions +BUILD_CEXTENSIONS = False + import os import sys import re @@ -19,7 +29,6 @@ try: except ImportError: from distutils.core import setup, Extension -BUILD_CEXTENSIONS = False def find_packages(dir_): packages = []