aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/builtin-python.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/builtin-python.md')
-rw-r--r--docs/markdown/snippets/builtin-python.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/builtin-python.md b/docs/markdown/snippets/builtin-python.md
deleted file mode 100644
index 01bb6e0..0000000
--- a/docs/markdown/snippets/builtin-python.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Embedded Python in Windows MSI packages
-
-Meson now ships an internal version of Python in the MSI installer packages.
-This means that it can run Python scripts that are part of your build
-transparently. That is, if you do the following:
-
- myprog = find_program('myscript.py')
-
-Then Meson will run the script with its internal Python version if necessary.