update pyproject.toml to get verilog files from all subdirs

This commit is contained in:
Fischer Moseley 2023-04-26 13:05:30 -04:00
parent 2013e74f0f
commit 1d2171faad
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ manta = "manta:main"
where = ["src"]
[tool.setuptools.package-data]
manta = ["*.sv", "*.v"]
manta = ["**/*.v"]
[build-system]
requires = ["setuptools"]