Skip to content

Commit 917aad0

Browse files
authored
Use inline table syntax for license key (#58)
This fixes a problem with old pip version that use an outdated TOML parser. Closes #57
1 parent 219a56a commit 917aad0

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
@@ -10,7 +10,7 @@ version = "4.3.0"
1010
description = "Backported and Experimental Type Hints for Python 3.7+"
1111
readme = "README.md"
1212
requires-python = ">=3.7"
13-
license.file = "LICENSE"
13+
license = { file = "LICENSE" }
1414
keywords = [
1515
"annotations",
1616
"backport",

0 commit comments

Comments
 (0)