diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d0135dc --- /dev/null +++ b/pyproject.toml @@ -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" \ No newline at end of file