We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c3253 commit 91173deCopy full SHA for 91173de
pyproject.toml
@@ -84,6 +84,8 @@ python-source = "python"
84
# Rust module installed as agon.agon_core (hard dependency, cleaner than agon._agon)
85
module-name = "agon.agon_core"
86
features = ["pyo3/extension-module"]
87
+# Include LICENSE in source distribution
88
+include = ["LICENSE"]
89
90
91
[tool.ruff]
0 commit comments