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
This commit is contained in:
Iswarya_Vakati 2016-10-14 11:18:14 +05:30
parent 1254ac0283
commit 25d0535a9e
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
include AUTHORS
include babel.cfg
include ChangeLog
include CONTRIBUTING.rst
include LICENSE
include HACKING.rst
include README.rst
include openstack-common.conf
include run_tests.sh
include setup.cfg
include setup.py
include tox.ini
include etc/*
include httpd/*
graft bin
graft doc
graft keystone/tests
graft tools
graft examples
recursive-include keystone *.json *.xml *.cfg *.pem README *.po *.mo *.sql
global-exclude *.pyc *.sdx *.log *.db *.swp keystone/tests/tmp/*