[Distutils] svn tagging setuptools command

Ian Bicking ianb at colorstudy.com
Fri Aug 26 07:06:14 CEST 2005


So, I made my first setuptools command; I don't know where it really 
belongs, but I've dumped it here for now: 
http://svn.pythonpaste.org/Paste/Deploy/trunk/paste/deploy/tag.py

Then you do "python setup.py tag --version=0.3" to copy the trunk to a 
tag (in a normally-laid-out subversion repository) and adjust setup.py 
and setup.cfg.  It's not particularly robust, but I thought I'd note 
that it's there.

I can vaguely imagine other svn based setup.py commands for project 
management; maybe a few thrown together could become a package.

-- 
Ian Bicking  /  ianb at colorstudy.com  / http://blog.ianbicking.org


More information about the Distutils-SIG mailing list