mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add pip support
This commit is contained in:
parent
3c424d03a4
commit
79b5c8048f
1 changed files with 17 additions and 0 deletions
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue