mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
17 lines
No EOL
518 B
TOML
17 lines
No EOL
518 B
TOML
[build-system]
|
|
build-backend = 'mesonpy'
|
|
requires = ['meson-python', 'cython']
|
|
|
|
[project]
|
|
name = 'blueprint-compiler'
|
|
version = '0.10.1'
|
|
description = 'A markup language for GTK user interface files.'
|
|
readme = 'README.md'
|
|
requires-python = '>=3.8'
|
|
license = {file = 'COPYING'}
|
|
authors = [
|
|
{name = 'James Westman', email = 'james@jwestman.net'},
|
|
]
|
|
[project.urls]
|
|
"Homepage" = "https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
|
|
"Bug Tracker" = "https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues" |