We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e370b52 + e7326f5 commit a0309a9Copy full SHA for a0309a9
pyproject.toml
@@ -52,7 +52,7 @@ features = ["pyo3/extension-module"]
52
python-source = "."
53
module-name = "solvor._solvor_rust"
54
manifest-path = "rust/Cargo.toml"
55
-include = ["solvor/**/*.py", "py.typed"]
+include = ["solvor/**/*.py", "py.typed", "LICENSE"]
56
57
[tool.ruff]
58
line-length = 120
0 commit comments