Comment 55 for bug 1608980

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-vif (master)

Reviewed: https://review.openstack.org/403995
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=74b38dd141ccc326e095e7ada879968ae3081878
Submitter: Jenkins
Branch: master

commit 74b38dd141ccc326e095e7ada879968ae3081878
Author: Spencer Yu <email address hidden>
Date: Mon Nov 28 19:02:42 2016 -0800

    Drop MANIFEST.in - it's not needed by pbr

    Os-vif already uses PBR:-
    setuptools.setup(
     setup_requires=['pbr>=1.8'],
     pbr=True)

    This patch removes `MANIFEST.in` file as pbr generates a
    sensible manifest from git files and some standard files
    and it removes the need for an explicit `MANIFEST.in` file.

    Change-Id: Ibd7bde8bef011e56132ee6c4db6c79a724601e23
    Closes-Bug: #1608980