Loading
hovercraft: migrate to pyproject and modernize build inputs
Switch packaging to pyproject-based build by setting `pyproject = true`. Add `build-system = [ python3Packages.setuptools ]` and move `nativeCheckInputs` to an explicit list. Normalize maintainer entry to a list and keep dependency declarations consistent. No functional changes to version or source; this is a packaging cleanup.