From: garciadeblas Date: Thu, 13 Apr 2023 08:52:27 +0000 (+0200) Subject: Add MANIFEST.in to osm_webhook_translator to include README and requirements X-Git-Tag: release-v14.0-start~13 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0ee089f830b0827f6ad9ab12d9bd8bd8179d134a;p=osm%2FNG-SA.git Add MANIFEST.in to osm_webhook_translator to include README and requirements Change-Id: I7f47826c5438348894ff525c591cfd93415ace04 Signed-off-by: garciadeblas --- diff --git a/osm_webhook_translator/MANIFEST.in b/osm_webhook_translator/MANIFEST.in new file mode 100644 index 0000000..5f44b2f --- /dev/null +++ b/osm_webhook_translator/MANIFEST.in @@ -0,0 +1,20 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# 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 src/osm_webhook_translator/requirements.txt +include src/osm_webhook_translator/README.rst +