Fix setup.py
Missing dependencies
This commit is contained in:
parent
bb37e4554d
commit
6286c080f8
4
setup.py
4
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user