Skip to content

Commit 06277bc

Browse files
authored
Merge pull request #26 from lmkimme/main
Adopt PEP 639 license statement in pyproject.toml
2 parents e4d33a0 + 3af79d5 commit 06277bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "loro"
77
authors = [{ name = "leon7hao", email = "lz@loro.dev" }]
88
description = "Python bindings for [Loro](https://loro.dev)"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
keywords = ["local-first", "CRDT", "loro"]
1213
requires-python = ">=3.8"
1314
classifiers = [

0 commit comments

Comments
 (0)