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

anatoly techtonik report at bugs.python.org
Sat May 12 17:16:58 CEST 2012


anatoly techtonik <techtonik at gmail.com> added the comment:

I still need requires example - here. http://docs.python.org/distutils/setupscript.html#relationships-between-distributions-and-packages - after "Dependencies.." paragraph. =)

setup(...,
      requires=["somepackage (>1.0, !=1.5)"],
      provides=["mypkg (1.1)"]
      )

----------
status: closed -> open

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


More information about the docs mailing list