From e674434389249d9b65e6403eb608e4c33d1d48cb Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 10 Dec 2017 15:39:17 +0200 Subject: Updated version number for new release. --- docs/markdown/snippets/builtin-python.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 docs/markdown/snippets/builtin-python.md (limited to 'docs/markdown/snippets/builtin-python.md') 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. -- cgit v1.2.3