Project

General

Profile

Download (252 Bytes) Statistics
| Branch: | Tag: | Revision:
#!/usr/bin/python3
from setuptools import setup, find_packages

setup(
name = 'hbkcd',
version = '0.1.0',
description = 'HandBrake Control Daemon',
packages = find_packages(),
python_requires = '>=3.6.0',
zip_safe = True
)
    (1-1/1)