File: pyproject.toml

package info (click to toggle)
ufo-core 0.17.0.22.gc831aec-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,184 kB
  • sloc: ansic: 10,768; python: 1,004; lisp: 266; cpp: 98; xml: 55; makefile: 25; sh: 25
file content (14 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = 'ufo'
authors = [
  { name = 'Matthias Vogelgesang', email = 'matthias.vogelgesang@kit.edu'},
]
requires_python = '>=3.7'
version = '1.1.0'

[project.urls]
homepage = 'http://ufo.kit.edu'

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