-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/06/2012 06:47 AM, Chris Withers wrote: > On 05/11/2012 20:32, Daniel Holth wrote: >> Extras are just an alias for a set of dependencies. After you run >> setup.py develop on package, just "pip install >> package[docs,testing]" > > it's pyramid, and I want to do setup.py develop [docs,testing]
FWIW, we lost this argument a while back and worked around it in Pyramid, zope.*, and repoze.*. the 'dev' and 'docs' aliases[1] do what you want: $ python setup.py dev docs []1 defined in 'setup.cfg' Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCZKSwACgkQ+gerLs4ltQ6R+wCg2qqDm8K2S55XKxAIr6wuP9Ux XFMAoLhldG170K9DS39siHCQLtpbTrck =aJs8 -----END PGP SIGNATURE----- _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
