X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=MANIFEST.in;h=0553d06fe51584e8290d3f761828b383ee78ac22;hp=53f1515f01168abaeba3ad2c2700f53b00d877ff;hb=9e5eea3cb3c339537358eea45d04bc23e67d73fa;hpb=c94c3df90aa64298a7935a80b221f80f3c043260;ds=sidebyside diff --git a/MANIFEST.in b/MANIFEST.in index 53f1515..0553d06 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 +recursive-include osm_nbi/html_public * +recursive-include osm_nbi/http * +recursive-include devops-stages *