mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Also clean generated filed
This commit is contained in:
10
setup.py
10
setup.py
@@ -47,7 +47,15 @@ with open("README.rst", encoding="utf-8") as f:
|
||||
|
||||
|
||||
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 = []
|
||||
|
||||
|
Reference in New Issue
Block a user