FEATURE: Added support for configuration files, documentation updated
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 18s
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 18s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user