3252: Include README in Python source manifest.
authorBrett Smith <brett@curoverse.com>
Fri, 18 Jul 2014 15:06:02 +0000 (11:06 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 18 Jul 2014 15:06:17 +0000 (11:06 -0400)
commit6d3186381b3e6f4735892e4d8198ae4d0ca32cf5
tree6c2fa975c19916c3da8cfd8351e372ebe751fb26
parenta7a6110f549ae87f6397b53c6d0292bb0cc2ce04
3252: Include README in Python source manifest.

The real issue with our Python package builds is that this file isn't
being included, which causes setup.py to fail when it's run from a
source tarfile.  It *is* being included on my box, but that seems to
be because of extra information from git, or lingering information in
my .egg-info directory.  This change should make sure README is
included when a clean sdist is prepared.

This reverts commit e16c1ecc8097fd586e86fc90206836000b5f5004,
since that wasn't the real bugfix.  Refs #3252.
sdk/python/MANIFEST.in [new file with mode: 0644]
sdk/python/setup.py
services/fuse/MANIFEST.in [new file with mode: 0644]
services/fuse/setup.py