mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix cleaning generated exceptions
This commit is contained in:
parent
efcf7d5503
commit
ed2e7dfb66
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -39,7 +39,7 @@ with open("README.md", encoding="utf-8") as f:
|
|||
|
||||
class Clean(Command):
|
||||
DIST = ["./build", "./dist", "./Pyrogram.egg-info"]
|
||||
API = ["pyrogram/api/errors/exceptions", "pyrogram/api/functions", "pyrogram/api/types", "pyrogram/api/all.py"]
|
||||
API = ["pyrogram/errors/exceptions", "pyrogram/api/functions", "pyrogram/api/types", "pyrogram/api/all.py"]
|
||||
DOCS = [
|
||||
"docs/source/telegram", "docs/build", "docs/source/api/methods", "docs/source/api/types",
|
||||
"docs/source/api/bound-methods"
|
||||
|
|
|
|||
Loading…
Reference in a new issue