From ecfa35ecc2655b8122b8ed51b2d1889b31eb7afa Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Fri, 13 Jan 2017 14:39:04 +0800 Subject: [PATCH] Remove unused files `MANIFEST.in` was used to handle git files but now pbr can do it instead. `openstack-common.conf` was used to copy files from oslo-incubator, but oslo-incubator is no longer maintained. So delete the two files from repo. Change-Id: I976434e8283c588191d7bfb9321f46cea724406a --- MANIFEST.in | 6 ------ openstack-common.conf | 10 ---------- 2 files changed, 16 deletions(-) delete mode 100644 MANIFEST.in delete mode 100644 openstack-common.conf 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 diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index d50b3cd..0000000 --- a/openstack-common.conf +++ /dev/null @@ -1,10 +0,0 @@ -[DEFAULT] - -# The list of modules to copy from oslo-incubator.git -module=apiclient -module=cliutils -module=_i18n - - -# The base module to hold the copy of openstack.common -base=watcherclient