At 06:46 PM 1/25/2006 +0100, Maciek Starzyk wrote: >Is there a way to tell setup.py to do the equivalent of easy_install -m >while upgrading its dependencies ?
No, not really. You could always just bundle the "roman" module in your project, I suppose, or create a package for it on PyPI and make it a requirement of your project. These approaches wouldn't change docutils' behavior, but it'd ensure that *your* projects using docutils would work. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
