Skip to content

Commit 59c93eb

Browse files
Update pyproject.toml to fix pipeline
Pipeline Error: [project.license] must be of type string if [project.license-files] is defined.
1 parent a632429 commit 59c93eb

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
@@ -2,7 +2,7 @@
22
name = "videoipath-automation-tool"
33
version = "0.5.2"
44
description = "A Python package for automating VideoIPath configuration workflows."
5-
license = { text = "AGPL-3.0-only" }
5+
license = "AGPL-3.0-only"
66
license-files = ["LICENSE"]
77
readme = "README.md"
88
requires-python = ">=3.11"

0 commit comments

Comments
 (0)