Project

General

Profile

« Previous | Next » 

Revision 8f7c4daf

Added by David Sorber over 7 years ago

Add systemd service schtuff. Version 0.1.0!

View differences:

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'],
}
)

Also available in: Unified diff