Skip to content

Commit

Permalink
fix project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Sep 16, 2024
1 parent d2b797f commit 91be65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"

[project.scripts]
eip712 = "erc7730.main:app"
erc7730 = "erc7730.main:app"

[tool.pdm.scripts]
lint.help = "Run all linters/formatters (automatically run by pre-commit)"
Expand Down Expand Up @@ -67,7 +67,7 @@ dev = [

[tool.pdm.version]
source = "scm"
write_to = "eip-712-erc-7730/VERSION"
write_to = "erc7730/VERSION"

[tool.pytest.ini_options]
testpaths = ["tests"]
Expand All @@ -88,7 +88,7 @@ addopts = [
]

[tool.coverage.paths]
source = ["src/eip-712-erc-7730"]
source = ["src"]

[tool.coverage.run]
omit = ["tests/*"]
Expand Down

0 comments on commit 91be65d

Please sign in to comment.