Comment 31 for bug 1608980

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

Reviewed: https://review.openstack.org/386384
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=25d0535a9e25aba92e88a6d27fba83ca3606101c
Submitter: Jenkins
Branch: master

commit 25d0535a9e25aba92e88a6d27fba83ca3606101c
Author: Iswarya_Vakati <email address hidden>
Date: Fri Oct 14 11:18:14 2016 +0530

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

    Keystone 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: I12c08e895c2d4516e771cc6b505fd25322e2660d
    Closes-Bug:#1608980