diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-07 19:18:06 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-07 19:18:06 -0400 |
commit | f05229c7b90ff11ce551c89bc37c9e139cecede8 (patch) | |
tree | 8050c3e312ee96adabacd1ec87b99523c1b91076 | |
parent | 1e1323affc98bc91be907b80106cb034aee6f049 (diff) | |
download | pypaste-f05229c7b90ff11ce551c89bc37c9e139cecede8.tar.gz |
put database.py back in the top level package dir
-rw-r--r-- | meson.build | 6 | ||||
-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 |