Revision 2d09f20b
Added by David Sorber over 7 years ago
| software/hbkcd/setup.py | ||
|---|---|---|
|
|
||
|
setup(
|
||
|
name = 'hbkcd',
|
||
|
version = '0.1.3',
|
||
|
version = '0.2.0',
|
||
|
description = 'HandBrake Control Daemon',
|
||
|
packages = find_packages(),
|
||
|
python_requires = '>=3.6.0',
|
||
Fix minor bug in calculating the queued duration. Add dependency
checking to the install script (with a lot of bash syntax help from
stackoverflow!).