markitdown: add top-level alias (#521382)

This commit is contained in:
Arne Keller
2026-07-24 18:34:46 +00:00
committed by GitHub
+5
View File
@@ -0,0 +1,5 @@
{ python3Packages }:
(python3Packages.toPythonApplication python3Packages.markitdown).overrideAttrs (_: {
__structuredAttrs = true;
})