chore(refact): rename modules with 'trictrac-' prefixes

This commit is contained in:
Henri Bourcereau 2026-02-07 17:37:16 +01:00
parent 8df32175f8
commit a841a86d96
20 changed files with 157 additions and 154 deletions

View file

@ -6,4 +6,3 @@ build-backend = "maturin"
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
features = ["pyo3/extension-module"]
# python-source = "python"
# module-name = "trictrac.game"