[Distutils] Optional dependencies

Tarek Ziadé ziade.tarek at gmail.com
Thu Feb 26 22:49:04 CET 2009


On Thu, Feb 26, 2009 at 7:19 PM, anatoly techtonik <techtonik at gmail.com> 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 is not a distutils option, but a keyword added in setuptools

>
> Is there any other way to provide optional dependencies and give user
> an ability to know about them and make a choice?
>

Not on Distutils / PyPI side yet,

regards
Tarek

> --
> --anatoly t.
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> http://mail.python.org/mailman/listinfo/distutils-sig
>



-- 
Tarek Ziadé | Association AfPy | www.afpy.org
Blog FR | http://programmation-python.org
Blog EN | http://tarekziade.wordpress.com/


More information about the Distutils-SIG mailing list