Files
ffmpeg-audio-transcoder/setup.cfg
Jonathan Rampersad e7537eb16e
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 18s
FEATURE: Added support for configuration files, documentation updated
2025-06-06 22:21:01 -04:00

29 lines
719 B
INI

[metadata]
name = surround-to-eac3
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.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitea.jono-rams.work/jono/ffmpeg-audio-transcoder
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10
install_requires =
tqdm
platformdirs
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
eac3-transcode = surround_to_eac3.main:main