Skip to content

Commit c007c93

Browse files
committed
Update license format in pyproject.toml
- Changed the license entry in `pyproject.toml` from a string to a structured format for better clarity and consistency. This update enhances the project's metadata representation.
1 parent f87c124 commit c007c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pyzaplineplus"
77
description = "Adaptive removal of spectral line-noise in EEG via DSS (Zapline-plus reimplementation)."
88
readme = { file = "README.md", content-type = "text/markdown" }
99
requires-python = ">=3.8"
10-
license = "MIT"
10+
license = { text = "MIT" }
1111
authors = [
1212
{ name = "Sina Esmaeili", email = "[email protected]" }
1313
]

0 commit comments

Comments
 (0)