Skip to content

Commit

Permalink
fix #166 typed-ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Jan 14, 2024
1 parent 82ede57 commit 9a82518
Show file tree
Hide file tree
Showing 47 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
description = ""
authors = ["lucemia <lucemia@gmail.com>"]
readme = "README.md"
packages = [{ include = "ffmpeg", from = "src" }]
include = ["ffmpeg/py.typed"]
packages = [{ include = "typed_ffmpeg", from = "src" }]
include = ["typed_ffmpeg/py.typed"]
exclude = ["**/tests"]

[tool.poetry.dependencies]
Expand Down
Empty file removed src/ffmpeg/utils/tests/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions src/typed_ffmpeg/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from . import filters
from .base import input, merge_outputs, output
from .probe import probe

__all__ = ["input", "output", "merge_outputs", "probe", "filters"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9a82518

Please sign in to comment.