Skip to content

Commit 249e183

Browse files
committed
Revert "Fix build after getting gpl license file"
Whatever the issue is, this change was incorrect This reverts commit 1df78d6.
1 parent 1df78d6 commit 249e183

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
@@ -5,7 +5,8 @@ description = "OBS product image creator"
55
authors = [
66
{ name = "Adrian Schröter", email = "adrian@suse.de" },
77
]
8-
license = {text = "GPL-2.0-or-later"}
8+
license = "GPL-2.0-or-later"
9+
license-files = ["COPYING"]
910

1011
requires-python = ">=3.11"
1112
dependencies = [

0 commit comments

Comments
 (0)