We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a6c29 + 5220b18 commit cc91a09Copy full SHA for cc91a09
pyproject.toml
@@ -9,7 +9,10 @@ requires = [
9
name = "django-concurrency"
10
description = "Optimistic lock implementation for Django. Prevents users from doing concurrent editing"
11
readme = "README.md"
12
-license.file = "LICENSE"
+license = "MIT"
13
+license-files = [
14
+ "LICENSE",
15
+]
16
17
authors = [
18
{ name = "sax", email = "[email protected]" },
0 commit comments