add a note

This commit is contained in:
Mike Bayer 2010-02-14 18:40:51 +00:00
parent cb15ab5775
commit 1005251437
1 changed files with 10 additions and 1 deletions

View File

@ -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 = []