From f6e0232a930e03c7e351ff75f5c0b9b51370a18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF=E7=8E=89?= Date: Wed, 5 Jul 2017 16:07:39 +0800 Subject: [PATCH] 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: I61922bedd2e42883ffe24c5ba26dea2ebaa73400 --- MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index c978a52..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include AUTHORS -include ChangeLog -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc