From: Mark Wooding Date: Sat, 15 Jun 2013 21:08:36 +0000 (+0100) Subject: mdwsetup.py: Integrate better with `distutils'. X-Git-Tag: 1.3.10~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/cfd/commitdiff_plain/f74ba2bb507cfeadd5518d5468c7ab7281b581b7?hp=f74ba2bb507cfeadd5518d5468c7ab7281b581b7 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. ---