aboutsummaryrefslogtreecommitdiff
blob: 33e28caf6194077f38960d255d5798cc5a5acbaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = 'java-config'
dynamic = ['version']
description = 'Java environment configuration query tool'
readme = 'README'
requires-python = '>=3.9'
license = {file = "COPYING"}
authors = [
  {name = 'Gentoo Java Project', email = 'java@gentoo.org'},
]

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

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