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

heat-cfnclient already uses PBR:-
setuptools.setup(
    setup_requires=['pbr'],
    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: Ifdee7c1353ca1179b29e2826505963398eeb1bfe
This commit is contained in:
nizam 2016-11-02 14:26:25 +05:30 committed by Takashi Kajinami
parent 20ecaf34bb
commit 30ba3d1b56
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
include AUTHORS
include ChangeLog
include CONTRIBUTING.rst
include HACKING.rst
include LICENSE
include README.rst
include MANIFEST.in pylintrc
include openstack-common.conf
include babel.cfg run_tests.sh tox.ini