Skip to content

Commit e2e8e77

Browse files
Fix license specifier (#597)
Building with pip complains about the license property. Update to use the correct table format.
1 parent 25b04ae commit e2e8e77

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
@@ -8,7 +8,7 @@ description = "Read key-value pairs from a .env file and set them as environment
88
authors = [
99
{name = "Saurabh Kumar", email = "[email protected]"},
1010
]
11-
license = "BSD-3-Clause"
11+
license = { text = "BSD-3-Clause" }
1212
keywords = [
1313
"environment variables",
1414
"deployments",

0 commit comments

Comments
 (0)