We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e843280 commit 4aca5d2Copy full SHA for 4aca5d2
pyproject.toml
@@ -3,7 +3,7 @@ name = "torchcodec"
3
description = "A video decoder for PyTorch"
4
readme = "README.md"
5
requires-python = ">=3.8"
6
-license-files = ["LICENSE"]
+license = {file = "LICENSE"}
7
authors = [
8
{ name = "PyTorch Team", email = "[email protected]" },
9
]
@@ -17,7 +17,7 @@ Documentation = "https://pytorch.org/torchcodec/stable/index.html"
17
version = {file = "version.txt"}
18
19
[build-system]
20
-requires = ["setuptools>=61.0"]
+requires = ["setuptools>=69.0"]
21
build-backend = "setuptools.build_meta"
22
23
[project.optional-dependencies]
0 commit comments