summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSomeone Serge <else@someonex.net>2024-06-25 17:09:58 +0000
committerSomeone Serge <else@someonex.net>2024-06-25 17:09:58 +0000
commite575e08cacd3461feae843d368fa205c85304b2c (patch)
tree16830bb2d6f8774a99864c52be47ee9abe13bed8 /pyproject.toml
parentcc02eba1d357dde0132593649c67a194750fe37d (diff)
evanix-py: init
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..b5a3375
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,10 @@
+[build-system]
+build-backend = 'mesonpy'
+requires = [ 'meson-python' ]
+
+[project]
+name = 'evanix'
+version = '0.0.1'
+
+[tool.meson-python.args]
+setup = [ '-Dbuild-python=true' ]