Search
Project
General
Profile
Home
Projects
Help
Sign in
Register
Search
:
Main
All Projects
Main
Overview
Activity
Issues
Wiki
Files
Repository
Download (252 Bytes)
Statistics
| Branch:
master
| Tag:
RevA
RevB
| Revision:
root
/
software
/
hbkcd
/
setup.py
@ 3ce1c609
View
History
Annotate
#!/usr/bin/python3
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'
hbkcd
'
,
version
=
'
0.0.2
'
,
description
=
'
HandBrake Control Daemon
'
,
packages
=
find_packages
(),
python_requires
=
'
>=3.6.0
'
,
zip_safe
=
True
)
(1-1/1)
Loading...