Fix nom des projets pour les paquets PyPi
All checks were successful
Build & Publish Python Packages / build-and-publish (push) Successful in 13s

This commit is contained in:
lionel
2025-07-08 16:50:19 +02:00
parent 477be5a30a
commit 5fa468d849
4 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup
setup(
name='HandBrake_recursive',
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'],