summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build8
1 files changed, 2 insertions, 6 deletions
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)