From 77aed748d2003a547662fb035fa6f9b13e2cb11f Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 31 Aug 2025 15:12:25 -0400 Subject: create meson.build --- meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meson.build diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..c27e9eb --- /dev/null +++ b/meson.build @@ -0,0 +1,9 @@ +project('paste') + +python = import('python').find_installation(modules: ['pygments', 'zstandard']) + +install_data( + 'src/paste.py', + rename: ['paste'], + install_dir: get_option('bindir'), +) -- cgit v1.2.3