diff --git a/pyproject.toml b/pyproject.toml index 5ec18e3..4d573cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "foreignthon" -version = "0.4.1" +version = "0.5.0" description = "Write Python in any language. Transpiles foreign-language .xx.py files to standard Python." license = { text = "GPL v3" } requires-python = ">=3.9" diff --git a/src/foreignthon/cli.py b/src/foreignthon/cli.py index 682517e..4a93529 100644 --- a/src/foreignthon/cli.py +++ b/src/foreignthon/cli.py @@ -19,6 +19,7 @@ def _load_effective_pack(project: Path, lang: str) -> dict: 2. installed pack via entry points """ import json + from .pack import load_pack # Walk up to find .foreignthon.toml