[Distutils] Optional dependencies

2009-02-26 Thread anatoly techtonik
Greetings, I see that "setup.py register" does not understand "extras_require" >setup.py register \Python25\lib\distutils\dist.py:263: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) Is there any other way to provide optional dependencies and give user an ability

Re: [Distutils] Optional dependencies

2009-02-26 Thread Tarek Ziadé
On Thu, Feb 26, 2009 at 7:19 PM, anatoly techtonik wrote: > Greetings, > Hi, > I see that "setup.py register" does not understand "extras_require" > >>setup.py register > \Python25\lib\distutils\dist.py:263: UserWarning: Unknown distribution > option: 'extras_require' >  warnings.warn(msg) This