Fixed broken setup
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools>=42",
|
||||
"setuptools>=65",
|
||||
"wheel"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = miniplayer
|
||||
version = 1.7.0
|
||||
version = 1.7.1
|
||||
description = An mpd client with album art and basic functionality.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
@ -17,6 +17,9 @@ classifiers =
|
||||
scripts =
|
||||
bin/miniplayer
|
||||
|
||||
packages=
|
||||
miniplayer
|
||||
|
||||
install_requires =
|
||||
python-mpd2
|
||||
ffmpeg-python
|
||||
|
Reference in New Issue
Block a user