Add standalone TL;DR rulebook reference

This commit is contained in:
2026-09-04 19:51:15 -07:00
parent 5c761b079d
commit 1dac2141e6
7 changed files with 205 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pirats = "pirats.main:main"
where = ["src"]
[tool.setuptools.package-data]
pirats = ["static/**/*", "rules.html", "migrations/**/*"]
pirats = ["static/**/*", "rules.html", "rules-tldr.html", "migrations/**/*"]
[tool.pytest.ini_options]
pythonpath = ["src"]