Skip to content

Commit 4440834

Browse files
authored
Fix CI license file issue (#36)
1 parent 57d4981 commit 4440834

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
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [
77
{ name = "Benedikt Mersch", email = "benedikt.mersch@gmail.com" },
88
]
9-
license_files = "LICENSE"
9+
license = { file = "LICENSE" }
1010
dependencies = [
1111
"kiss-icp>=1.2.0",
1212
"diskcache>=5.3.0",

0 commit comments

Comments
 (0)