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