HwCodecDetect 0.0.9__tar.gz → 0.0.10__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.
Files changed (22) hide show
  1. {hwcodecdetect-0.0.9/src/HwCodecDetect.egg-info → hwcodecdetect-0.0.10}/PKG-INFO +1 -1
  2. hwcodecdetect-0.0.10/VERSION +1 -0
  3. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/pyproject.toml +2 -2
  4. hwcodecdetect-0.0.10/src/HwCodecDetect/version.py +1 -0
  5. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10/src/HwCodecDetect.egg-info}/PKG-INFO +1 -1
  6. hwcodecdetect-0.0.10/src/HwCodecDetect.egg-info/entry_points.txt +2 -0
  7. hwcodecdetect-0.0.9/VERSION +0 -1
  8. hwcodecdetect-0.0.9/src/HwCodecDetect/version.py +0 -1
  9. hwcodecdetect-0.0.9/src/HwCodecDetect.egg-info/entry_points.txt +0 -2
  10. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/LICENSE +0 -0
  11. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/MANIFEST.in +0 -0
  12. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/README.md +0 -0
  13. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/setup.cfg +0 -0
  14. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/setup.py +0 -0
  15. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/src/HwCodecDetect/__init__.py +0 -0
  16. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/src/HwCodecDetect/install_ffmpeg_if_needed.py +0 -0
  17. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/src/HwCodecDetect/run_tests.py +0 -0
  18. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/src/HwCodecDetect.egg-info/SOURCES.txt +0 -0
  19. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/src/HwCodecDetect.egg-info/dependency_links.txt +0 -0
  20. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/src/HwCodecDetect.egg-info/requires.txt +0 -0
  21. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/src/HwCodecDetect.egg-info/top_level.txt +0 -0
  22. {hwcodecdetect-0.0.9 → hwcodecdetect-0.0.10}/src/HwCodecDetect.egg-info/zip-safe +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HwCodecDetect
3
- Version: 0.0.9
3
+ Version: 0.0.10
4
4
  Summary: A cross-platform tool to automatically detect and test hardware video decoders/encoders using FFmpeg.
5
5
  Home-page: https://github.com/whyb/HwCodecDetect
6
6
  Author: whyb
@@ -0,0 +1 @@
1
+ 0.0.10
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "HwCodecDetect"
7
- version = "0.0.9"
7
+ version = "0.0.10"
8
8
  authors = [
9
9
  { name="whyb", email="whyber@outlook.com" },
10
10
  ]
@@ -28,7 +28,7 @@ classifiers = [
28
28
  ]
29
29
 
30
30
  [project.scripts]
31
- hwcodecdetect = "HwCodecDetect.run_tests:run_all_tests"
31
+ hwcodecdetect = "HwCodecDetect.run_tests:main"
32
32
 
33
33
  [project.urls]
34
34
  Homepage = "https://github.com/whyb/HwCodecDetect"
@@ -0,0 +1 @@
1
+ __version__ = "0.0.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HwCodecDetect
3
- Version: 0.0.9
3
+ Version: 0.0.10
4
4
  Summary: A cross-platform tool to automatically detect and test hardware video decoders/encoders using FFmpeg.
5
5
  Home-page: https://github.com/whyb/HwCodecDetect
6
6
  Author: whyb
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ hwcodecdetect = HwCodecDetect.run_tests:main
@@ -1 +0,0 @@
1
- 0.0.9
@@ -1 +0,0 @@
1
- __version__ = "0.0.9"
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- hwcodecdetect = HwCodecDetect.run_tests:run_all_tests
File without changes
File without changes
File without changes
File without changes