aboutsummaryrefslogtreecommitdiff
path: root/contrib/python-legacy/MANIFEST.in
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-02-15 15:30:43 -0400
committerDavid Bremner <david@tethera.net>2025-02-22 07:01:47 -0400
commitd526797ad198e394bb8b4909f43976b76fb347f1 (patch)
treeb924eefb8a1278afb988387a67e9fe413738003e /contrib/python-legacy/MANIFEST.in
parent9782c8651192c1496541bd8949b7991c41528b3f (diff)
python: move legacy python bindings to contrib.
This forces us to verify the build and test suite completes without the legacy python bindings. As of this commit the legacy python bindings are unsupported by notmuch. They are provided in contrib/ for now, but will most likely eventually be removed from there as well. We recommend that downstream/distro packagers phase out their packages for the legacy python bindings.
Diffstat (limited to 'contrib/python-legacy/MANIFEST.in')
-rw-r--r--contrib/python-legacy/MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python-legacy/MANIFEST.in b/contrib/python-legacy/MANIFEST.in
new file mode 100644
index 00000000..c83be4b1
--- /dev/null
+++ b/contrib/python-legacy/MANIFEST.in
@@ -0,0 +1,2 @@
+include notmuch
+#recursive-include docs/html * \ No newline at end of file