mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
setup.py: add 3.9 classifier, add note about ffmpeg dep for replaygain
This commit is contained in:
parent
e5f1cca8a3
commit
89624cf0a1
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
|
@ -178,8 +178,10 @@ setup(
|
|||
# embedart: ImageMagick
|
||||
# absubmit: extractor binary from https://acousticbrainz.org/download
|
||||
# keyfinder: KeyFinder
|
||||
# replaygain: python-gi and GStreamer 1.0+ or mp3gain/aacgain
|
||||
# replaygain: python-gi and GStreamer 1.0+
|
||||
# or mp3gain/aacgain
|
||||
# or Python Audio Tools
|
||||
# or ffmpeg
|
||||
# ipfs: go-ipfs
|
||||
|
||||
classifiers=[
|
||||
|
|
@ -196,6 +198,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue