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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to