Skip to content

Commit

Permalink
Fix license field in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Mar 20, 2024
1 parent 2a051ff commit b28b816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "slim-trees"
description = "A python package for efficient pickling of ML models."
version = "0.2.7"
readme = "README.md"
license = "MIT"
license = {file = "LICENSE"}
requires-python = ">=3.8"
authors = [
{ name = "Pavel Zwerschke", email = "[email protected]" },
Expand Down Expand Up @@ -44,6 +44,7 @@ include = [
line-length = 88
target-version = "py38"

[tool.ruff.lint]
select = [
# pyflakes
"F",
Expand Down

0 comments on commit b28b816

Please sign in to comment.