summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 467f2c3..646a141 100644
--- a/meson.build
+++ b/meson.build
@@ -4,10 +4,6 @@ python = import('python').find_installation(
modules: ['pygments', 'zstandard', 'aiohttp', 'bozo4'],
)
-sources = files(
- 'pypaste/__main__.py',
- 'pypaste/database/__init__.py',
- 'pypaste/s3.py',
-)
+sources = files('pypaste/__main__.py', 'pypaste/database.py', 'pypaste/s3.py')
python.install_sources(sources, preserve_path: true)