From 0f003215df8ef9faabbdd009d4d9cd3a7efae220 Mon Sep 17 00:00:00 2001 From: avnish Date: Thu, 22 Sep 2016 12:11:52 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr Tricircle 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: I722651c1c3082ec59c0408a12db7b14c404d7ce7 Closes-Bug: #1608980 --- 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 c978a52d..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include AUTHORS -include ChangeLog -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc