X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=MANIFEST.in;h=f1be81c47c3874340bce5371fd5664d5d6aa59ff;hp=c14d3fcbc674598cf12d34367816c72ad5d7de53;hb=f8c25c9ceeeca8ac91caa62faa402a8b6dab02e1;hpb=dcdf82bbc1ef310379f746518b2dd3b006353cb3 diff --git a/MANIFEST.in b/MANIFEST.in index c14d3fc..f1be81c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,18 @@ -include *.py CONTRIBUTORS LICENSE README.rst VERSION -recursive-include juju *.py -recursive-include examples *.py -recursive-include docs *.rst -exclude Makefile +# Copyright 2021 Canonical Ltd. +# +# 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. + +include README.rst +recursive-include n2vc *.sh *.txt +recursive-include devops-stages * +recursive-exclude n2vc/tests * \ No newline at end of file