summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..cb42580
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,7 @@
+project('bozo4')
+
+python = import('python').find_installation()
+
+sources = files('bozo4/__init__.py', 'bozo4/py.typed')
+
+python.install_sources(sources)