From f05229c7b90ff11ce551c89bc37c9e139cecede8 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 7 Sep 2025 19:18:06 -0400 Subject: put database.py back in the top level package dir --- meson.build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meson.build') 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) -- cgit v1.2.3