mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Allow pruning the new generated files from pyrogram.raw.base
This commit is contained in:
5
setup.py
5
setup.py
@@ -39,7 +39,10 @@ with open("README.md", encoding="utf-8") as f:
|
||||
|
||||
class Clean(Command):
|
||||
DIST = ["./build", "./dist", "./Pyrogram.egg-info"]
|
||||
API = ["pyrogram/errors/exceptions", "pyrogram/raw/functions", "pyrogram/raw/types", "pyrogram/raw/all.py"]
|
||||
API = [
|
||||
"pyrogram/errors/exceptions", "pyrogram/raw/functions", "pyrogram/raw/types", "pyrogram/raw/base",
|
||||
"pyrogram/raw/all.py"
|
||||
]
|
||||
DOCS = [
|
||||
"docs/source/telegram", "docs/build", "docs/source/api/methods", "docs/source/api/types",
|
||||
"docs/source/api/bound-methods"
|
||||
|
Reference in New Issue
Block a user