diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-22 19:41:21 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-23 03:24:26 +0300 |
commit | ade59f987f40707d7f5fb43727b0de249a373469 (patch) | |
tree | f393814f81556b47764aab95558a6ef6a262d783 /docs/markdown/snippets/python-module.md | |
parent | 01865899e5283b3e0b3181ddb250c348a5bafa84 (diff) | |
download | meson-ade59f987f40707d7f5fb43727b0de249a373469.tar.gz |
Updated version number for new release.0.46.0
Diffstat (limited to 'docs/markdown/snippets/python-module.md')
-rw-r--r-- | docs/markdown/snippets/python-module.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/python-module.md b/docs/markdown/snippets/python-module.md deleted file mode 100644 index c2e8138e0..000000000 --- a/docs/markdown/snippets/python-module.md +++ /dev/null @@ -1,6 +0,0 @@ -## Generic python module - -This is a revamped and generic (python 2 and 3) version of the python3 -module. With this new interface, projects can now fully specify the version -of python they want to build against / install sources to, and can do so -against multiple major or minor versions in parallel. |