Revision 8f7c4daf
Added by David Sorber over 7 years ago
| software/hbkcd/setup.py | ||
|---|---|---|
|
description = 'HandBrake Control Daemon',
|
||
|
packages = find_packages(),
|
||
|
python_requires = '>=3.6.0',
|
||
|
zip_safe = True
|
||
|
zip_safe = True,
|
||
|
|
||
|
entry_points = {
|
||
|
'console_scripts': ['hbkcd=hbkcd.daemon:main'],
|
||
|
}
|
||
|
)
|
||
|
|
||
Add systemd service schtuff. Version 0.1.0!