distutils `requires' tag

J

jimburton

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
 
D

Diez B. Roggisch

jimburton said:
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?

Use setuptools. It can do such a thing.

Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top