From c862c35b46bade5f5085e29a0aa3ddc926bab326 Mon Sep 17 00:00:00 2001 From: Jeremy Liu <liujiong@gohighsec.com> Date: Tue, 14 Feb 2017 16:53:05 +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: I625c6ed6cf554922e82cd3b285129e4814715104 --- 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