[Twisted-Python] creating source tarball from svn tree

Bob Ippolito bob at redivi.com
Tue Apr 26 03:04:40 MDT 2005


On Apr 26, 2005, at 1:32 AM, Mike Taylor wrote:

> I'm trying to build a source distribution of the svn tree using the 
> following command:
>
> python setup.py all sdist

You probably just want to do something like this (from the parent 
directory of your Twisted checkout):

svn export Twisted Twisted-20050426
tar zcvf Twisted-20050426.tar.gz Twisted-20050426

The release script looks like it does something much, much worse :)

-bob





More information about the Twisted-Python mailing list