twisted.python._release.BuildTarballsScript(object) class documentationtwisted.python._release
          View Source
          (View In Hierarchy)
        
      A thing for building release tarballs. See main.
| Method | main | Build all release tarballs. | 
Build all release tarballs.
| Parameters | args | The command line arguments to process.  This must contain at least two 
strings: the checkout directory and the destination directory. An optional 
third string can be specified for the website template file, used for 
building the howto documentation. If this string isn't specified, the 
default template included in twisted will be used. (type: list of str) |