Skip to content

Commit 780c9f9

Browse files
justephddelange
andauthored
Add LICENSE file to wheels (#69)
* 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]> * Use dynamic version --------- Signed-off-by: Julien Stephan <[email protected]> Co-authored-by: ddelange <[email protected]>
1 parent f5c304e commit 780c9f9

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+
dynamic = ["version"]
4+
15
[build-system]
26
requires = ["maturin>=1.0,<2"]
37
build-backend = "maturin"

0 commit comments

Comments
 (0)