Fix setup.py

Missing dependencies
This commit is contained in:
tretrauit 2022-02-18 11:20:48 +07:00
parent bb37e4554d
commit 6286c080f8
Signed by: tretrauit
GPG Key ID: 862760FF1903319E
1 changed files with 2 additions and 2 deletions

View File

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