Skip to content

Commit

Permalink
Remove docs from Package (#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Mar 6, 2024
1 parent 22eb434 commit 668b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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*")

Expand Down

0 comments on commit 668b49b

Please sign in to comment.