Skip to content

Commit

Permalink
chore: make pyproject.toml PEP 621 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
suned committed Nov 20, 2023
1 parent 2629b86 commit 1bd31fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include = ["src/pfun/py.typed", "src/pfun/*.c", "src/pfun/*.so"]

[project]
name = "pfun"
version = "0.13.1"
dynamic = ["description", "readme", "authors", "version"]

[tool.poetry.build]
script = "build.py"
Expand Down

0 comments on commit 1bd31fa

Please sign in to comment.