Bump to v1.33

This commit is contained in:
Lonami Exo
2023-12-01 20:20:52 +01:00
parent 1ef66896bd
commit 985d12e169
4 changed files with 37 additions and 6 deletions

View File

@@ -180,8 +180,9 @@ def main(argv):
# Try importing the telethon module to assert it has no errors
try:
import telethon
except:
except Exception as e:
print('Packaging for PyPi aborted, importing the module failed.')
print(e)
return
remove_dirs = ['__pycache__', 'build', 'dist', 'Telethon.egg-info']