FEATURE: Added support for configuration files, documentation updated
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 18s

This commit is contained in:
2025-06-06 22:21:01 -04:00
parent 99b501daec
commit e7537eb16e
3 changed files with 86 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = surround-to-eac3
version = 0.3.4
version = 0.4.0
author = Jonathan Rampersad
author_email = jonathan@jono-rams.work
description = A CLI tool to transcode 5.1 audio in video files to E-AC3.
@ -19,6 +19,7 @@ packages = find:
python_requires = >=3.10
install_requires =
tqdm
platformdirs
[options.packages.find]
where=src