X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=MANIFEST.in;h=2c2a19e3dd59a883cd71be6f2759cd5be98135c9;hp=53f1515f01168abaeba3ad2c2700f53b00d877ff;hb=029405dc71e09d30e7660fa68f799737d017acbf;hpb=c94c3df90aa64298a7935a80b221f80f3c043260 diff --git a/MANIFEST.in b/MANIFEST.in index 53f1515..2c2a19e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,24 @@ -#include MANIFEST.in -#include requirements.txt +# Copyright 2018 Whitestack, LLC +# +# 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: bdiaz@whitestack.com or glavado@whitestack.com +## + include README.rst -recursive-include osm_nbi * +recursive-include osm_nbi *.py *.sh *.cfg *.yml +recursive-include osm_nbi/html_public * +recursive-include osm_nbi/http * +recursive-include devops-stages *