Skip to content

Commit 0b6aa0a

Browse files
authored
Use new way of specify the license (#789)
1 parent ec9de50 commit 0b6aa0a

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
@@ -3,7 +3,7 @@ name = "torchcodec"
33
description = "A video decoder for PyTorch"
44
readme = "README.md"
55
requires-python = ">=3.8"
6-
license = {file = "LICENSE"}
6+
license-files = ["LICENSE"]
77
authors = [
88
{ name = "PyTorch Team", email = "[email protected]" },
99
]

0 commit comments

Comments
 (0)