From d10b7524ce8544761bc231cd226d9a0eb4be395d Mon Sep 17 00:00:00 2001 From: Robert Taylor Date: Thu, 22 Dec 2022 09:58:01 +0000 Subject: [PATCH] remove cylop and cx2y from scripts --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f8c3435..498127b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,6 @@ cmake = ">=3" [tool.poetry.scripts] blif2vst = 'Coriolis:blif2vst' -cx2y = 'Coriolis:cx2y' -cyclop = 'Corilis:cyclop' tutorial = 'Coriolis:tutorial' unittests = 'Coriolis:unittests' yosys_coriolis = 'Coriolis:yosys_coriolis'