mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Minor style fixes
This commit is contained in:
parent
ca15778ac8
commit
2a78dff79c
22
setup.py
22
setup.py
@ -46,25 +46,9 @@ def get_readme():
|
|||||||
|
|
||||||
|
|
||||||
class Clean(Command):
|
class Clean(Command):
|
||||||
DIST = [
|
DIST = ["./build", "./dist", "./Pyrogram.egg-info"]
|
||||||
"./build",
|
API = ["pyrogram/api/errors/exceptions", "pyrogram/api/functions", "pyrogram/api/types", "pyrogram/api/all.py"]
|
||||||
"./dist",
|
DOCS = ["docs/source/functions", "docs/source/types", "docs/build"]
|
||||||
"./Pyrogram.egg-info"
|
|
||||||
]
|
|
||||||
|
|
||||||
API = [
|
|
||||||
"pyrogram/api/errors/exceptions",
|
|
||||||
"pyrogram/api/functions",
|
|
||||||
"pyrogram/api/types",
|
|
||||||
"pyrogram/api/all.py",
|
|
||||||
]
|
|
||||||
|
|
||||||
DOCS = [
|
|
||||||
"docs/source/functions",
|
|
||||||
"docs/source/types",
|
|
||||||
"docs/build"
|
|
||||||
]
|
|
||||||
|
|
||||||
ALL = DIST + API + DOCS
|
ALL = DIST + API + DOCS
|
||||||
|
|
||||||
description = "Clean generated files"
|
description = "Clean generated files"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user