Skip to content

Commit fb12e58

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
Update pyproject.toml with more package info (#120)
Summary: Some necessary meta-data before we release. Pull Request resolved: #120 Reviewed By: ahmadsharif1 Differential Revision: D60374180 Pulled By: NicolasHug fbshipit-source-id: 3264761105b4e78f33c0f53b645d6ab34cee30bc
1 parent 3af9337 commit fb12e58

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pyproject.toml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
[project]
22
name = "TorchCodec"
3-
version = "0.0.1"
3+
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"
415

516
[build-system]
617
requires = ["setuptools>=61.0"]
@@ -12,3 +23,9 @@ dev = [
1223
"pytest",
1324
"pillow",
1425
]
26+
27+
[tool.usort]
28+
first_party_detection = false
29+
30+
[tool.black]
31+
target-version = ["py38"]

0 commit comments

Comments
 (0)