Skip to content

Commit 6e45836

Browse files
authored
Merge pull request #157 from Lightricks/feature/fix-pyproject
Install: Fix install to include ltx_video directory only
2 parents 27de2ef + b3c857a commit 6e45836

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ inference-script = [
3535
test = [
3636
"pytest",
3737
]
38+
39+
[tool.setuptools.packages.find]
40+
include = ["ltx_video*"]

0 commit comments

Comments
 (0)