Pip package setup

This commit is contained in:
2025-06-05 11:04:44 -04:00
parent f071e93f61
commit 69d5d6f6b2
8 changed files with 206 additions and 242 deletions

26
setup.cfg Normal file
View File

@ -0,0 +1,26 @@
[metadata]
name = surround-to-eac3
version = 0.1.1
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.8
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
eac3-transcode = surround_to_eac3.main:main