Delete the archipelago_tester package

Left behind by the rename to apworld_tester: the new package was added
but the old tree was never removed, so both were committed and both
were installed. Nothing imported it and 58 of its 85 files had since
diverged, but it stayed importable and shadowed the live code.

Constrain packages.find to apworld_tester* so a stray directory under
src/ cannot be packaged again.
This commit is contained in:
Skilly
2026-09-06 16:19:51 +02:00
parent 61647d7511
commit eba8c0eb8a
86 changed files with 1 additions and 5558 deletions

View File

@@ -21,6 +21,7 @@ apworld-tester = "apworld_tester.cli:main"
[tool.setuptools.packages.find]
where = ["src"]
include = ["apworld_tester*"]
[tool.setuptools.package-data]
apworld_tester = [