Remove docs from Package (#4150)

This commit is contained in:
Bibo-Joshi 2024-03-06 22:04:19 +01:00 committed by GitHub
parent 22eb434a62
commit 668b49b048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ def get_packages_requirements(raw: bool = False) -> Tuple[List[str], List[str]]:
"""Build the package & requirements list for this project"""
reqs = get_requirements()
exclude = ["tests*"]
exclude = ["tests*", "docs*"]
if raw:
exclude.append("telegram.ext*")