Skip to content

Commit 336b290

Browse files
committed
pyproject.toml: Fix project.license
ValueError: invalid pyproject.toml config: `project.license`. configuration error: `project.license` must be valid exactly by one definition (2 matches found): - keys: 'file': {type: string} required: ['file'] - keys: 'text': {type: string} required: ['text'] --- See also: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
1 parent cfe7ced commit 336b290

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
@@ -89,7 +89,7 @@ build-backend = "setuptools.build_meta"
8989
name = "libvcs"
9090
version = "0.30.1"
9191
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
92-
license = "MIT"
92+
license = {text = "MIT License"}
9393
authors = ["Tony Narlock <[email protected]>"]
9494
keywords = [
9595
"libvcs",

0 commit comments

Comments
 (0)