MANIFEST.in

Mon, 26 Nov 2007 22:31:25 -0500

author
brett
date
Mon, 26 Nov 2007 22:31:25 -0500
branch
trunk
changeset 41
e3675644bbb6
parent 18
1600807a32bd
child 95
4f7d3ccecf32
permissions
-rw-r--r--

[svn] Minor clean-ups. The most important of these is that we now have a better
strategy for dealing with the pathological case of having many extraction
destinations taken: after trying various names with number suffixes, we'll
finally resort to mkstemp/mkdtemp to get what we need. This still isn't
guaranteed to work but it's much more reliable. Also print out a warning
for the user when we extract to some weird directory.

18
1600807a32bd [svn] Add basic documentation, and make this version 3.0.
brett
parents: 1
diff changeset
1 include COPYING INSTALL README
1
a86a0cb0dd57 [svn] Repository reorganization to make tags easy
brett
parents:
diff changeset
2 recursive-include tests *
a86a0cb0dd57 [svn] Repository reorganization to make tags easy
brett
parents:
diff changeset
3 exclude tests/testscript.sh

mercurial