Skip to content

Commit 5a523b5

Browse files
committed
chore(pyproject): 🗑️ simplify license declaration
* Changed the license declaration format in `pyproject.toml` from a dictionary to a string for consistency.
1 parent ba0657d commit 5a523b5

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
@@ -2,7 +2,7 @@
22
name = "ikea-led-obegraensad"
33
version = "0.1.0"
44
description = ""
5-
license = {text = "MIT"}
5+
license = "MIT"
66
readme = "README.md"
77
requires-python = ">=3.12"
88
dependencies = [

0 commit comments

Comments
 (0)