Fix bug 1613 - fixing build to allow python3 -m build
[osm/IM.git] / MANIFEST.in
index a4fe252..93778db 100644 (file)
@@ -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