update pyproject.toml to get verilog files from all subdirs
This commit is contained in:
parent
2013e74f0f
commit
1d2171faad
|
|
@ -24,7 +24,7 @@ manta = "manta:main"
|
|||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
manta = ["*.sv", "*.v"]
|
||||
manta = ["**/*.v"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue