Fix 1539: Add --skip-repo option for Helm
[osm/N2VC.git] / MANIFEST.in
index c14d3fc..f1be81c 100644 (file)
@@ -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