Skip to content

Commit 115910b

Browse files
committed
pyproject: add project section
Add a project section with the minimum required name and version fields. This allows maturin to add the license file into the wheel. Signed-off-by: Julien Stephan <[email protected]>
1 parent cbd9dcb commit 115910b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[project]
2+
name = "blake3"
3+
version = "1.0.4"
4+
15
[build-system]
26
requires = ["maturin>=1.0,<2"]
37
build-backend = "maturin"

0 commit comments

Comments
 (0)