From 2a9b959245829efff2f0a2df1bd72180e75fc48a Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 25 Oct 2020 00:33:15 -0600 Subject: add crowbarc-reference script --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 15653f4..d1863aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,9 @@ classifiers = [ "Topic :: Software Development :: Compilers", ] +[tool.poetry.scripts] +crowbarc-reference = "crowbar_reference_compiler:main" + [tool.poetry.dependencies] python = "^3.7" parsimonious = "^0.8.1" -- cgit v1.2.3