Skip to content

Commit cc91a09

Browse files
authored
Merge pull request #258 from jwaschkau/patch-1
2 parents f9a6c29 + 5220b18 commit cc91a09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ requires = [
99
name = "django-concurrency"
1010
description = "Optimistic lock implementation for Django. Prevents users from doing concurrent editing"
1111
readme = "README.md"
12-
license.file = "LICENSE"
12+
license = "MIT"
13+
license-files = [
14+
"LICENSE",
15+
]
1316

1417
authors = [
1518
{ name = "sax", email = "[email protected]" },

0 commit comments

Comments
 (0)