From 08b8ee0fc1e29f116f72606618ca5757841ed54c Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Thu, 10 Dec 2015 10:29:51 +0300 Subject: [PATCH] Remove MANIFEST.in It should not be needed for basic oslo project since pbr does the right thing for it. Change-Id: Ia256f517d212452bea57208ba806bcc09e95e9e9 --- oslo.{{cookiecutter.module_name}}/MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 oslo.{{cookiecutter.module_name}}/MANIFEST.in diff --git a/oslo.{{cookiecutter.module_name}}/MANIFEST.in b/oslo.{{cookiecutter.module_name}}/MANIFEST.in deleted file mode 100644 index c978a52..0000000 --- a/oslo.{{cookiecutter.module_name}}/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include AUTHORS -include ChangeLog -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc