[issue1635217] Add example of distutils setup() with "requires" argument

Éric Araujo report at bugs.python.org
Wed May 16 06:39:48 CEST 2012


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

Sorry, I have to reject this again.

1) The distutils doc only gets bug fixes now.  It is more useful to spend time on distutils2.

2) requires is unusable and unused, because it contains module names, not PyPI project names. Documenting it would cause more harm than good.  Right now people use setuptools’ install_requires, which were the inspiration for the PEP 345 fields, which is implemented in distutils2.

----------
assignee: tarek -> eric.araujo
status: open -> closed

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


More information about the Python-bugs-list mailing list