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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: patch-torchcodec
3
- Version: 0.1.0
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.0"
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
 
@@ -15,7 +15,7 @@ Alternative (no binary patching):
15
15
 
16
16
  from __future__ import annotations
17
17
 
18
- __version__ = "0.2.0"
18
+ __version__ = "0.1.1"
19
19
 
20
20
  from .core import (
21
21
  create_all_symlinks,