File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,19 @@ First project
17
17
instead.
18
18
19
19
20
+ ``meson-python `` builds on top of an existing Meson _ project, so you'll need the
21
+ top-level ``meson.build `` for a Meson _ project next to your ``pyproject.toml ``.
22
+ You can check our `example project `_ or the projects in the
23
+ :ref: `projects-using-meson-python ` page for examples.
24
+
25
+
26
+ .. admonition :: Getting started with Meson_
27
+ :class: seealso
28
+
29
+ If you are not familiar with Meson _, we would recommend checking out their
30
+ tutorial _.
31
+
32
+
20
33
Specifying the backend
21
34
======================
22
35
@@ -74,3 +87,5 @@ Example
74
87
.. _Cython : https://github.com/cython/cython
75
88
.. _Meson : https://mesonbuild.com/
76
89
.. _relevant PyPA documentation page : https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
90
+ .. _example project : https://github.com/mesonbuild/meson-python/tree/main/docs/examples/spam
91
+ .. _tutorial : https://mesonbuild.com/Tutorial.html
You can’t perform that action at this time.
0 commit comments