Skip to content

Commit

Permalink
fix: switch back to pep517
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Oct 11, 2024
1 parent 3feca42 commit 3f6dc77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "erc7730"
description = "ERC-7730 descriptors validation and utilities."
authors = [{ name = "Ledger" }]
maintainers = [{ name = "Ledger" }]
license = { text = "Apache-2.0" }
license = "Apache-2.0"
readme = "README.md"
dynamic = ["version"]
requires-python = ">= 3.12, <3.13"
Expand Down Expand Up @@ -36,6 +36,10 @@ Homepage = "https://ledgerhq.github.io/python-erc7730"
Documentation = "https://ledgerhq.github.io/python-erc7730"
Repository = "https://github.com/LedgerHQ/python-erc7730"

[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"

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

Expand Down

0 comments on commit 3f6dc77

Please sign in to comment.