1 parent a48f2e9 commit 1e56f70Copy full SHA for 1e56f70
1 file changed
setup.py
@@ -47,7 +47,15 @@ def read(file: str) -> list:
47
48
49
class Clean(Command):
50
- PATHS = "./build ./dist ./Pyrogram.egg-info".split()
+ PATHS = [
51
+ "./build",
52
+ "./dist",
53
+ "./Pyrogram.egg-info",
54
+ "pyrogram/api/errors/exceptions",
55
+ "pyrogram/api/functions",
56
+ "pyrogram/api/types",
57
+ "pyrogram/api/all.py"
58
+ ]
59
60
user_options = []
61
0 commit comments