mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-28 00:56:19 +00:00
Also clean generated filed
This commit is contained in:
parent
a48f2e965b
commit
1e56f70b93
10
setup.py
10
setup.py
@ -47,7 +47,15 @@ with open("README.rst", encoding="utf-8") as f:
|
|||||||
|
|
||||||
|
|
||||||
class Clean(Command):
|
class Clean(Command):
|
||||||
PATHS = "./build ./dist ./Pyrogram.egg-info".split()
|
PATHS = [
|
||||||
|
"./build",
|
||||||
|
"./dist",
|
||||||
|
"./Pyrogram.egg-info",
|
||||||
|
"pyrogram/api/errors/exceptions",
|
||||||
|
"pyrogram/api/functions",
|
||||||
|
"pyrogram/api/types",
|
||||||
|
"pyrogram/api/all.py"
|
||||||
|
]
|
||||||
|
|
||||||
user_options = []
|
user_options = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user