Skip to content

Commit 8d593d6

Browse files
committed
Fix CSR CSV paths in pyproject
1 parent 45c4800 commit 8d593d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ build-backend = "hatchling.build"
2525
"extensions" = "riscv_opcodes/extensions"
2626
"arg_lut.csv" = "riscv_opcodes/arg_lut.csv"
2727
"causes.csv" = "riscv_opcodes/causes.csv"
28-
"csrs.csv" = "riscv_opcodes/csrs.csv"
29-
"csrs32.csv" = "riscv_opcodes/csrs32.csv"
28+
"csrs" = "riscv_opcodes/csrs"
3029
"encoding.h" = "riscv_opcodes/encoding.h"

0 commit comments

Comments
 (0)