On Mon, Dec 14, 2009 at 10:49 PM, Dan Stromberg <drsali...@gmail.com> wrote:

> Also, what's the best way to package something like this for consumption by
> python-folk?  There seem to be so many ways of packaging things anymore.
>  Are dist utils, a .deb and a .rpm the way to go?  Right now, it's just
> using make to stuff things in /usr/local.
>

Put a source .tar.gz on PyPi that includes a setup.py, optionally using
distribute_setup.py to augment distutils.

http://docs.python.org/distutils/

http://packages.python.org/distribute/using.html
http://pypi.python.org/pypi/distribute#distribute-setup-py

--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to