Fix bug 1612 - fixing build to allow python3 -m build
Change-Id: Id2db32f81dd4f4e7b411ebc2a189f6817a26d63c
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/MANIFEST.in b/MANIFEST.in
index a4fe252..93778db 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -12,5 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+include Makefile
recursive-include osm_im *.py *.txt
-recursive-include models *.yang
\ No newline at end of file
+recursive-include models *.yang
+recursive-include patch *.patch
\ No newline at end of file