Skip to content

Commit 098ed40

Browse files
committed
DOC: add License, Maintainers, and Funding sections
Fixes #182.
1 parent 4a4733d commit 098ed40

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/about.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. SPDX-FileCopyrightText: 2023 The meson-python developers
2+
..
3+
.. SPDX-License-Identifier: MIT
4+
5+
6+
License
7+
=======
8+
9+
``meson-python`` is distributed under the terms of the `MIT
10+
License`__. ``meson-python`` is tightly coupled to the Meson build
11+
system, which is distributed under the the terms of the `Apache
12+
License 2.0`__.
13+
14+
__ https://github.com/mesonbuild/meson-python/blob/main/LICENSE
15+
__ https://github.com/mesonbuild/meson/blob/master/COPYING
16+
17+
18+
Maintainers
19+
===========
20+
21+
- `Ralf Gommers <https://github.com/rgommers>`_
22+
- `Daniele Nicolodi <https://github.com/dnicolodi>`_
23+
- `Henry Schreiner <https://github.com/henryiii>`_
24+
- `Thomas Li <https://github.com/lithomas1>`_
25+
26+
27+
Funding
28+
=======
29+
30+
Ralf Gommers contributes to the development of ``meson-python`` as
31+
part of their job at `Quansight`__.
32+
33+
__ https://www.quansight.com/

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ for quick questions - one ``meson-python`` maintainer is active there.
110110
:hidden:
111111

112112
changelog
113+
about
113114
security
114115
contributing/index
115116
Source Code <https://github.com/mesonbuild/meson-python>

0 commit comments

Comments
 (0)