From: Andrew S. <str...@as...> - 2007-04-06 00:48:15
|
Robert Kern wrote: > Oh, you're requiring setuptools now? I didn't notice that. Cool. > Just for Python 2.3 so that we could sanitize the setup.py a little. (Namely for the backport of the package_data field to setup().) It's not required for Python >= 2.4 since package_data is already in stock distutils there. |