distutils `requires' tag

jimburton jimburton1 at gmail.com
Thu Jun 15 06:08:12 EDT 2006


Hi, I'm using python 2.3.5 and want to use distutils to distribute a
module that depends on another - is there any way to specify that?
Something like:

setup(name='aimspy',
       ...
       requires = { 'jpype': '*'},
      )

Thanks




More information about the Python-list mailing list