summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2 daysuse foreach loop to create meson test targetsJohn Turner
2 daysadd test_server.pyJohn Turner
12 daysrewrite meson.build file to handle installing just the client or serverJohn Turner
13 daysfix meson buildJohn Turner
Define all sources at the top level meson.build so that they get installed in the correct subdir.
13 daysinstall wordlistJohn Turner
13 daysrewrite 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