[Distutils] svn tagging setuptools command

Phillip J. Eby pje at telecommunity.com
Fri Aug 26 17:43:31 CEST 2005


At 12:06 AM 8/26/2005 -0500, Ian Bicking wrote:
>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.

FYI, your setup.cfg changes could probably be done by calling the 
'edit_config' function in setuptools' "setopt" module.



More information about the Distutils-SIG mailing list