soiz1 commited on
Commit
00ee31b
·
verified ·
1 Parent(s): be8efa2

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -0
pyproject.toml CHANGED
@@ -4,6 +4,7 @@ version = "0.1.0"
4
  description = "Self-host your own video downloading API."
5
  authors = ["MrKovar <kovarcody@protonmail.com>"]
6
  readme = "README.md"
 
7
 
8
  [tool.poetry.dependencies]
9
  python = "^3.11"
 
4
  description = "Self-host your own video downloading API."
5
  authors = ["MrKovar <kovarcody@protonmail.com>"]
6
  readme = "README.md"
7
+ packages = [{include = "vidyodl"}]
8
 
9
  [tool.poetry.dependencies]
10
  python = "^3.11"