Update pyproject.toml
Browse files- 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"
|