fix: handle FileExistsError

This commit is contained in:
2022-09-28 12:51:27 +07:00
parent e3045f5150
commit f54c2f432b
3 changed files with 12 additions and 5 deletions

View File

@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text()
setup(
name='worthless',
version='2.2.2',
version='2.2.3',
packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'],
url='https://git.froggi.es/tretrauit/worthless-launcher',
license='MIT License',