From: Benjamin Diaz Date: Thu, 6 Sep 2018 16:20:29 +0000 (-0300) Subject: Fixes recursive-include in MANIFEST X-Git-Tag: v5.0.0~48 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=24dddb57c8aee6476fa29d499e1a8dde0d0954ac;p=osm%2FMON.git Fixes recursive-include in MANIFEST The MANIFEST was only including py and xml files from the osm_mon package. The vROPs plugin uses a install.sh file to work. Added *.sh files to the recursive include. Signed-off-by: Benjamin Diaz Change-Id: I23d5c844b6fbb99bbf41916cee2376a2c51fc6c6 --- diff --git a/MANIFEST.in b/MANIFEST.in index 485fc0a..e63d839 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -21,6 +21,6 @@ include requirements.txt include README.rst -recursive-include osm_mon *.py *.xml +recursive-include osm_mon *.py *.xml *.sh recursive-include devops-stages * recursive-include test *.py diff --git a/osm_mon/test/.gitkeep b/osm_mon/test/.gitkeep deleted file mode 100644 index f155af6..0000000 --- a/osm_mon/test/.gitkeep +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2017 Intel Research and Development Ireland Limited -# ************************************************************* - -# This file is part of OSM Monitoring module -# All Rights Reserved to Intel Corporation - -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at - -# http://www.apache.org/licenses/LICENSE-2.0 - -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -# For those usages not covered by the Apache License, Version 2.0 please -# contact: prithiv.mohan@intel.com or adrian.hoban@intel.com - -#gitkeep file to keep the initial empty directory structure.