setup.py register \Python25\lib\distutils\dist.py:263: UserWarning: Unknown distribution
Greetings, I see that "setup.py register" does not understand "extras_require" option: 'extras_require' warnings.warn(msg) Is there any other way to provide optional dependencies and give user an ability to know about them and make a choice? -- --anatoly t.
On Thu, Feb 26, 2009 at 7:19 PM, anatoly techtonik <techtonik@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@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/
participants (2)
-
anatoly techtonik
-
Tarek Ziadé