back our runtime setuptools dependency down to 0.6a9 . We need a newer version to build, but can handle an older version to simply run a pre-built package

This commit is contained in:
Brian Warner 2008-04-10 16:31:59 -07:00
parent 623d82a130
commit 0c39ab90fa

View File

@ -5,7 +5,9 @@ install_requires=["zfec >= 1.1.0",
"nevow >= 0.6.0",
"zope.interface",
"twisted >= 2.4.0",
"setuptools >= 0.6c8",
# we require 0.6c8 to build, but can handle older versions
# to run
"setuptools >= 0.6a9",
]
import sys
if hasattr(sys, 'frozen'):