We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2a8ca commit f7b99d5Copy full SHA for f7b99d5
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "setuptools>=42",
+ "setuptools>=65",
4
"wheel"
5
]
6
build-backend = "setuptools.build_meta"
setup.cfg
[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 =
17
scripts =
18
bin/miniplayer
19
20
+packages=
21
+ miniplayer
22
+
23
install_requires =
24
python-mpd2
25
ffmpeg-python
0 commit comments