Use meson instead of setup.py

This project will usually be used as a subproject, so it needs a meson
file, and I'd like to not support two different buildsystems.
This commit is contained in:
James Westman 2021-10-22 23:19:45 -05:00
parent 848d5d5049
commit 419faf0362
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
5 changed files with 30 additions and 67 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ __pycache__
/build
/dist
*.egg-info
gtk-blueprint-tool.pc