>> What am I missing? [from my distutils setup]
Phillip> A MANIFEST.in file specifying what to include.
Thanks. I came up with this:
include README MANIFEST lockfile.py setup.py
recursive-include doc *.rst
which seems to build a proper .tar.gz file.
Skip