From 429208a700e5c2618d1fe6e09506220a15364f81 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 5 Sep 2025 19:46:47 -0400 Subject: install sources with meson --- meson.build | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4497213..97b9003 100644 --- a/meson.build +++ b/meson.build @@ -4,10 +4,6 @@ python = import('python').find_installation( modules: ['pygments', 'zstandard', 'bozo4'], ) -install_data( - 'src/paste.py', - rename: ['paste'], - install_dir: get_option('bindir'), -) +sources = files('pypaste/__main__.py', 'pypaste/s3.py') -install_data('bin/pypaste', install_dir: get_option('bindir')) +python.install_sources(sources) -- cgit v1.2.3