Add PeakRDL application entry point hook

This commit is contained in:
Alex Mykyta
2022-07-18 20:28:08 -07:00
parent 16bfab62e9
commit 34d2f7740c
3 changed files with 90 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ setuptools.setup(
"systemrdl-compiler>=1.22.0",
"Jinja2>=2.11",
],
entry_points = {
"peakrdl.exporters": [
'regblock = peakrdl_regblock.__peakrdl__:Exporter'
]
},
classifiers=(
#"Development Status :: 5 - Production/Stable",
"Development Status :: 3 - Alpha",