Skip to content

Commit 7277041

Browse files
committed
feat: add mypy file and necessary configurations
1 parent 99cbeaa commit 7277041

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ build-backend = "poetry.core.masonry.api"
3838
"Repository" = "https://github.com/kaya70875/ytfetcher"
3939
"Documentation" = "https://github.com/kaya70875/ytfetcher#readme"
4040

41+
[tool.poetry]
42+
include = ["ytfetcher/py.typed"]
43+
4144
[tool.poetry.scripts]
4245
ytfetcher = "ytfetcher._cli:main"
4346

ytfetcher/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)