Comment 65 for bug 1608980

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

Reviewed: https://review.openstack.org/386513
Committed: https://git.openstack.org/cgit/openstack/swauth/commit/?id=6573269e379d65bbd68326124d193eca4e690b5e
Submitter: Jenkins
Branch: master

commit 6573269e379d65bbd68326124d193eca4e690b5e
Author: nizam <email address hidden>
Date: Fri Oct 14 15:15:02 2016 +0530

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

    swauth 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: Idb30c13b6c75129e07e46cbdd75a4aa92dcb5858
    Closes-Bug: #1608980