Skip to content

Commit 43130ee

Browse files
committed
Fix pyproject.toml
1 parent 9917afc commit 43130ee

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
@@ -7,7 +7,7 @@ name = "djangocms-versioning"
77
description = "Versioning for django CMS" # Dies muss manuell aktualisiert werden, da pyproject.toml keine dynamische Beschreibung unterstützt
88
readme = "README.rst"
99
requires-python = ">=3.6"
10-
license = "BSD License"
10+
license = {text = "BSD License"}
1111
authors = [
1212
{name = "Divio AG", email = "[email protected]"},
1313
]

0 commit comments

Comments
 (0)