Ajout de HandBrake_recursive proxmox_export_disk tree_stream
This commit is contained in:
18
HandBrake_recursive/setup.py
Normal file
18
HandBrake_recursive/setup.py
Normal file
@ -0,0 +1,18 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='HandBrake_recursive',
|
||||
version='0.1.0',
|
||||
description='Un script pour traiter les fichiers vidéo avec HandBrake de manière récursive.',
|
||||
py_modules=['HandBrake_recursive'],
|
||||
install_requires=[
|
||||
'ffmpeg-python',
|
||||
'openpyxl',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'handbrake_recursive=HandBrake_recursive:main',
|
||||
],
|
||||
},
|
||||
python_requires='>=3.6',
|
||||
)
|
Reference in New Issue
Block a user