Comment 49 for bug 1608980

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

Reviewed: https://review.openstack.org/402367
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=559bd5affcfc11a7e4be12497b02f6ff0ffefc2f
Submitter: Jenkins
Branch: master

commit 559bd5affcfc11a7e4be12497b02f6ff0ffefc2f
Author: Jeremy Liu <email address hidden>
Date: Fri Nov 25 17:09:38 2016 +0800

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

    Keystoneauth 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: Ibf29e5b6c5ea34a23198e88c57372f1e8bbb2fc2
    Closes-Bug: #1608980