summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
4 daysuse foreach loop to create meson test targetsJohn Turner
4 daysadd test_server.pyJohn Turner
13 daysrewrite meson.build file to handle installing just the client or serverJohn Turner
2025-09-09fix meson buildJohn Turner
Define all sources at the top level meson.build so that they get installed in the correct subdir.
2025-09-09install wordlistJohn Turner
2025-09-09rewrite to support modular storage backendsJohn Turner
2025-09-07split app logic out of __main__.pyJohn Turner
2025-09-07put database.py back in the top level package dirJohn Turner
2025-09-07add database module to meson sourcesJohn Turner
2025-09-06add aiohttp as dependency in meson.buildJohn Turner
2025-09-05preserve path when installing py source filesJohn Turner
2025-09-05install sources with mesonJohn Turner
2025-09-05create script to launch pypaste from /usr/binJohn Turner
2025-09-05add bozo4 to module requirementsJohn Turner
2025-08-31create meson.buildJohn Turner