Fix typo in pyproject keywords

This commit is contained in:
Alex Mykyta
2023-11-07 20:57:49 -08:00
parent 45999555cf
commit 6433cd1fc8

View File

@@ -18,7 +18,7 @@ description = "Compile SystemRDL into a SystemVerilog control/status register (C
readme = "README.md"
license = {file = "LICENSE"}
keywords = [
"SystmRDL", "PeakRDL", "CSR", "compiler", "tool", "registers", "generator",
"SystemRDL", "PeakRDL", "CSR", "compiler", "tool", "registers", "generator",
"Verilog", "SystemVerilog", "register abstraction layer",
"FPGA", "ASIC",
]