Remove MANIFEST.in file

This isn't necessary thanks to the magic of pbr [1]

[1] https://docs.openstack.org/pbr/latest/user/features.html#manifest

Change-Id: I44a958170367b1ed9afdd49cf75c04f2d6497ae3
This commit is contained in:
Stephen Finucane 2017-10-04 11:14:28 +01:00
parent 551cb5a46a
commit 3dd0834d7a
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
include README.rst
include AUTHORS
include LICENSE
include RELEASE_NOTES.rst
recursive-include bin *
recursive-include doc *
recursive-include tools *
recursive-include sitemap *
recursive-include os_doc_tools *
recursive-exclude * .gitignore
exclude .gitreview