Skip to content

Commit 1f40365

Browse files
committed
fix setuptools license data
1 parent d1154cb commit 1f40365

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/data/pyproject.setuptools.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "test-package"
33
version = "0.1.0"
44
description = "This is a test package for demonstration purposes."
5-
authors = [{"name"="John Doe", "email"="john.doe@example.com"}]
6-
license = "MIT"
5+
authors = [{ "name" = "John Doe", "email" = "john.doe@example.com" }]
6+
license = { text = "MIT" }
77
keywords = ["test", "demo", "example"]
88
classifiers = [
99
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)