Skip to content

Commit a0309a9

Browse files
authored
Merge pull request #88 from StevenBtw/dev
added LICENSE to maturins include list
2 parents e370b52 + e7326f5 commit a0309a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ features = ["pyo3/extension-module"]
5252
python-source = "."
5353
module-name = "solvor._solvor_rust"
5454
manifest-path = "rust/Cargo.toml"
55-
include = ["solvor/**/*.py", "py.typed"]
55+
include = ["solvor/**/*.py", "py.typed", "LICENSE"]
5656

5757
[tool.ruff]
5858
line-length = 120

0 commit comments

Comments
 (0)