Project

General

Profile

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

setup(
name = 'hbkcd',
version = '0.0.1',
description = 'HandBrake Control Daemon',
packages = find_packages(),
)
    (1-1/1)