Updated to MIT LICENSE
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 19s
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 19s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = surround-to-eac3
|
||||
version = 0.4.0
|
||||
version = 0.4.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.
|
||||
@ -8,9 +8,15 @@ long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://gitea.jono-rams.work/jono/ffmpeg-audio-transcoder
|
||||
classifiers =
|
||||
Development Status :: 4 - Beta
|
||||
Intended Audience :: End Users/Desktop
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
Topic :: Multimedia :: Sound/Audio :: Conversion
|
||||
|
||||
[options]
|
||||
package_dir =
|
||||
|
Reference in New Issue
Block a user