aboutsummaryrefslogtreecommitdiff
blob: fae23b5e9858ac820dba9a49fd09ec9dbe91bf67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = 'gentoolkit'
dynamic = ['version']
description = 'Collection of administration scripts for Gentoo'
readme = 'README.md'
requires-python = '>=3.9'
license = {file = "COPYING"}
authors = [
  {name = 'Gentoo Portage tools team', email = 'tools-portage@gentoo.org'},
]

[build-system]
build-backend = 'mesonpy'
requires = ['meson-python']

[tool.meson-python.args]
setup = ['-Dsystem-wide=false']