Skip to content

Commit 4aca5d2

Browse files
committed
update setuptools and project config for py3.14
1 parent e843280 commit 4aca5d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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-files = ["LICENSE"]
6+
license = {file = "LICENSE"}
77
authors = [
88
{ name = "PyTorch Team", email = "[email protected]" },
99
]
@@ -17,7 +17,7 @@ Documentation = "https://pytorch.org/torchcodec/stable/index.html"
1717
version = {file = "version.txt"}
1818

1919
[build-system]
20-
requires = ["setuptools>=61.0"]
20+
requires = ["setuptools>=69.0"]
2121
build-backend = "setuptools.build_meta"
2222

2323
[project.optional-dependencies]

0 commit comments

Comments
 (0)