[Distutils] Questionnaire: Why do you use setuptools?
Marius Gedminas
marius at pov.lt
Sun Apr 19 15:10:32 CEST 2009
On Sat, Apr 18, 2009 at 11:09:11AM +0200, Lennart Regebro wrote:
> I don't actually know what features of setuptools people use.
1. 'python setup.py sdist register upload' (you could say this is a
distutils feature, but my packages tend to unconditionally import
setuptools in their setup.py)
2. virtualenv + easy_installing packages inside + getting all the
dependencies specified with install_requires in step 1.
2b. same but with zc.buildout
3. entry points (usually for specifying console_scripts)
Marius Gedminas
--
If you sat a monkey down in front of a keyboard, the first thing typed would be
a unix command.
-- Bill Lye
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20090419/ed45c355/attachment.pgp>
More information about the Distutils-SIG
mailing list