Project

General

Profile

Download (453 Bytes) Statistics
| Branch: | Tag: | Revision:
from setuptools import setup, find_packages

# Use implicit ryft namespace package to keep things organized
setup(
name='hbkif',
version='0.1.0',
description='Handbrake web interface',
packages=['hbkif', 'hbkif.controllers'],
# ~ packages=find_packages('hbkif'),
# ~ entry_points = {
# ~ 'console_scripts': [
# ~ 'docsim_daemon = ryft.xrest.docsim_daemon:main',
# ~ ]
# ~ },
zip_safe=False,
)
(2-2/2)