-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David Cournapeau wrote:
> On Tue, Dec 15, 2009 at 2:40 PM, Tarek Ziadé wrote:
>> On Tue, Dec 15, 2009 at 8:28 AM, David Cournapeau wrote:
>>> Hi,
>>>
>>> I am working on a new packaging solution, and I want to convert
>>> existing setup.py. I noticed
On Tue, Dec 15, 2009 at 2:40 PM, Tarek Ziadé wrote:
> On Tue, Dec 15, 2009 at 8:28 AM, David Cournapeau wrote:
>> Hi,
>>
>> I am working on a new packaging solution, and I want to convert
>> existing setup.py. I noticed that the install_requires as used by
>> setuptools is not put into PKG-INFO a
On Tue, 15 Dec 2009 12:58:16 +0530, David Cournapeau
wrote:
> Hi,
>
> I am working on a new packaging solution, and I want to convert
> existing setup.py.
Can I join in ? Is it a public project ?
___
Distutils-SIG maillist - Distutils-SIG@python.o
On Tue, Dec 15, 2009 at 8:28 AM, David Cournapeau wrote:
> Hi,
>
> I am working on a new packaging solution, and I want to convert
> existing setup.py. I noticed that the install_requires as used by
> setuptools is not put into PKG-INFO as requires. Is this expected ?
Yes because it is not part o
Hi,
I am working on a new packaging solution, and I want to convert
existing setup.py. I noticed that the install_requires as used by
setuptools is not put into PKG-INFO as requires. Is this expected ?
What is the difference between requires and require_install ? What
happens when both have differ