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)
commitf74ba2bb507cfeadd5518d5468c7ab7281b581b7
treefaee59c2c9bc76e4bf9b8759123b07283ec20920
parent2f8140f93e6672705e378e4588b21657f3098034
mdwsetup.py: Integrate better with `distutils'.

  * 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.
mdwsetup.py