diff --git a/pyproject.toml b/pyproject.toml index 8bc079c..68cf46c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,9 @@ license = { text = "Apache-2.0" } authors = [{ name = "Robert Lippmann" }] dependencies = [] +[project.scripts] +context-compiler = "context_compiler.repl:main" + [tool.hatch.build.targets.wheel] packages = ["src/context_compiler"] @@ -55,4 +58,4 @@ mypy_path = "src" [tool.pytest.ini_options] addopts = "-ra" -testpaths = ["tests"] \ No newline at end of file +testpaths = ["tests"]