fix: only do 8 jobs at once in update & verify
Prevent lag which can lead to unusable system (especially when using hdiffpatch) Also print more
This commit is contained in:
4
setup.py
4
setup.py
@ -10,12 +10,12 @@ README = (HERE / "README.md").read_text()
|
||||
|
||||
setup(
|
||||
name='worthless',
|
||||
version='2.2.13',
|
||||
version='2.2.14',
|
||||
packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'],
|
||||
url='https://git.froggi.es/tretrauit/worthless-launcher',
|
||||
license='MIT License',
|
||||
author='tretrauit',
|
||||
author_email='tretrauit@cachyos.org',
|
||||
author_email='tretrauit@gmail.org',
|
||||
description='A worthless CLI launcher written in Python.',
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user