summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build6
-rw-r--r--pypaste/database.py (renamed from pypaste/database/__init__.py)0
2 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)
diff --git a/pypaste/database/__init__.py b/pypaste/database.py
index 186259b..186259b 100644
--- a/pypaste/database/__init__.py
+++ b/pypaste/database.py