From 1d2171faadee04cd5842bde1ad909ca71acbfa91 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:05:30 -0400 Subject: [PATCH] update pyproject.toml to get verilog files from all subdirs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a23ead6..ceca11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ manta = "manta:main" where = ["src"] [tool.setuptools.package-data] -manta = ["*.sv", "*.v"] +manta = ["**/*.v"] [build-system] requires = ["setuptools"]