mdwsetup.py: Integrate better with `distutils'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jun 2013 21:08:36 +0000 (22:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 16 Jun 2013 16:35:11 +0000 (17:35 +0100)
  * Move the file-generation functionality into new commands, and arrange
    to have them cleaned.

  * Override `sdist' to dereference symbolic links, rather than
    including them literally into tarballs (which breaks for out-of-tree
    links), and to write `RELEASE' into the tarball.

  * Add a command to extract the archive name, for release management.


No differences found