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 3af9337 commit fb12e58Copy full SHA for fb12e58
pyproject.toml
@@ -1,6 +1,17 @@
1
[project]
2
name = "TorchCodec"
3
-version = "0.0.1"
+version = "0.0.1.dev"
4
+description = "A video decoder for PyTorch"
5
+readme = "README.md"
6
+requires-python = ">=3.8"
7
+license = {file = "LICENSE"}
8
+authors = [
9
+ { name = "PyTorch Team", email = "[email protected]" },
10
+]
11
+
12
+[project.urls]
13
+GitHub = "https://github.com/pytorch/torchcodec"
14
+Documentation = "https://pytorch.org/torchcodec/stable/index.html"
15
16
[build-system]
17
requires = ["setuptools>=61.0"]
@@ -12,3 +23,9 @@ dev = [
23
"pytest",
24
"pillow",
25
]
26
27
+[tool.usort]
28
+first_party_detection = false
29
30
+[tool.black]
31
+target-version = ["py38"]
0 commit comments