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

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: Ie7281822073f6b7b6336131ba08d6c9a3274d7f5
This commit is contained in:
penghuan 2017-07-05 14:33:39 +08:00
parent e0b55c296d
commit 745e411c7c
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
include AUTHORS
include README.rst
include ChangeLog
include LICENSE
recursive-include karbor_dashboard/templates *
exclude .gitignore
exclude .gitreview
global-exclude *.pyc