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

Nimble 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: I25f874d9cf57c2cd46ba6a12518cccf65c2853aa
This commit is contained in:
shashi.kant 2016-10-27 18:31:18 +05:30
parent d9d0819839
commit cd523c5a0c
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
global-exclude *.pyc