summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/builtin-python.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-12-10 15:39:17 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-12-10 17:56:27 +0200
commite674434389249d9b65e6403eb608e4c33d1d48cb (patch)
tree922c5a8ecd4a36de0f26c6695a275960d081da14 /docs/markdown/snippets/builtin-python.md
parentcbefb57ffe6645cfc469b1a20894bdb7b553f336 (diff)
downloadmeson-e674434389249d9b65e6403eb608e4c33d1d48cb.tar.gz
Updated version number for new release.
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 01bb6e09c..000000000
--- 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.