Added line to make it easier to support setup tools if desired.

This commit is contained in:
Anthony Tuininga 2008-05-28 20:46:00 +00:00
parent d32456f88d
commit e7dcdff522

View File

@ -24,6 +24,9 @@ from distutils.core import setup
from distutils.errors import DistutilsSetupError
from distutils.extension import Extension
# if setuptools is desired, uncomment this line
#from setuptools import setup, Extension
# define build constants
BUILD_VERSION = "4.4a1"