patch-torchcodec 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {patch_torchcodec-0.1.0 → patch_torchcodec-0.1.1}/PKG-INFO +1 -1
- {patch_torchcodec-0.1.0 → patch_torchcodec-0.1.1}/pyproject.toml +5 -2
- {patch_torchcodec-0.1.0 → patch_torchcodec-0.1.1/src/patch_torchcodec}/__init__.py +1 -1
- {patch_torchcodec-0.1.0 → patch_torchcodec-0.1.1}/.gitignore +0 -0
- {patch_torchcodec-0.1.0 → patch_torchcodec-0.1.1}/README.md +0 -0
- {patch_torchcodec-0.1.0 → patch_torchcodec-0.1.1/src/patch_torchcodec}/__main__.py +0 -0
- {patch_torchcodec-0.1.0 → patch_torchcodec-0.1.1/src/patch_torchcodec}/core.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: patch-torchcodec
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Patch TorchCodec to use PyAV's bundled FFmpeg — one command, no system FFmpeg needed
|
|
5
5
|
Project-URL: Homepage, https://github.com/open-world-agents/MediaRef
|
|
6
6
|
Project-URL: Repository, https://github.com/open-world-agents/MediaRef
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "patch-torchcodec"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Patch TorchCodec to use PyAV's bundled FFmpeg — one command, no system FFmpeg needed"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -38,5 +38,8 @@ Homepage = "https://github.com/open-world-agents/MediaRef"
|
|
|
38
38
|
Repository = "https://github.com/open-world-agents/MediaRef"
|
|
39
39
|
|
|
40
40
|
[tool.hatch.build.targets.wheel]
|
|
41
|
-
packages = ["patch_torchcodec"]
|
|
41
|
+
packages = ["src/patch_torchcodec"]
|
|
42
|
+
|
|
43
|
+
[tool.hatch.build.targets.sdist]
|
|
44
|
+
include = ["src/patch_torchcodec", "README.md", "pyproject.toml"]
|
|
42
45
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|