Skip to content

Commit 91173de

Browse files
committed
fix: include LICENSE in sdist for PyPI
1 parent 65c3253 commit 91173de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ python-source = "python"
8484
# Rust module installed as agon.agon_core (hard dependency, cleaner than agon._agon)
8585
module-name = "agon.agon_core"
8686
features = ["pyo3/extension-module"]
87+
# Include LICENSE in source distribution
88+
include = ["LICENSE"]
8789

8890

8991
[tool.ruff]

0 commit comments

Comments
 (0)