Also clean generated filed

This commit is contained in:
Dan 2018-08-25 13:58:55 +02:00
parent a48f2e965b
commit 1e56f70b93

View File

@ -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 = []