setup: we now require setuptools at run-time

This commit is contained in:
Zooko O'Whielacronx 2008-04-10 15:46:10 -07:00
parent cd1c6a58f5
commit 85602d190d

View File

@ -5,6 +5,7 @@ install_requires=["zfec >= 1.1.0",
"nevow >= 0.6.0",
"zope.interface",
"twisted >= 2.4.0",
"setuptools >= 0.6c8",
]
import sys
if hasattr(sys, 'frozen'):