[docs] [issue1635217] Warn against using requires/provides/obsoletes in setup.py

Éric Araujo report at bugs.python.org
Thu May 17 22:04:12 CEST 2012


Éric Araujo <merwok at netwok.org> added the comment:

Right now the standard (i.e. official) way is Requires, which is unusable; the de facto standard (but not blessed by any PEP) is setuptools’ install_requires.  The new standard is documented in d2 docs and there will be examples (http://bugs.python.org/issue1635217#msg112787).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1635217>
_______________________________________


More information about the docs mailing list