From 29abd26b97b7666c9b7de4521c4861e50f6a6f2c Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Tue, 12 Mar 2024 09:35:12 -0700 Subject: [PATCH] add submodules. --- .gitmodules | 9 +++++++++ articlequality | 1 + pyRembr | 1 + python-mwxml | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 articlequality create mode 160000 pyRembr create mode 160000 python-mwxml diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2c55949 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "articlequality"] + path = articlequality + url = https://github.com/groceryheist/articlequality.git +[submodule "pyRembr"] + path = pyRembr + url = https://github.com/groceryheist/pyRembr.git +[submodule "python-mwxml"] + path = python-mwxml + url = https://github.com/groceryheist/python-mwxml.git diff --git a/articlequality b/articlequality new file mode 160000 index 0000000..ae9248a --- /dev/null +++ b/articlequality @@ -0,0 +1 @@ +Subproject commit ae9248a4a4efb6d63eef5a75c4d327bdaf996dad diff --git a/pyRembr b/pyRembr new file mode 160000 index 0000000..85a04fa --- /dev/null +++ b/pyRembr @@ -0,0 +1 @@ +Subproject commit 85a04faa61aeef1a5a453024d7511459b4f88b5f diff --git a/python-mwxml b/python-mwxml new file mode 160000 index 0000000..4d9bccb --- /dev/null +++ b/python-mwxml @@ -0,0 +1 @@ +Subproject commit 4d9bccb5e13eee3b4d42e5fe6fa9b7d5d7062409 -- 2.39.2