]> kaliko git repositories - python-musicpd.git/commitdiff
Fixed missing build-backend in pyproject.toml dev
authorKaliko Jack <kaliko@azylum.org>
Mon, 11 Nov 2024 08:57:27 +0000 (09:57 +0100)
committerKaliko Jack <kaliko@azylum.org>
Mon, 11 Nov 2024 09:00:05 +0000 (10:00 +0100)
CHANGES.txt
musicpd.py
pyproject.toml

index 65bf84112e34e00f0a0d2eb264830fcfe352a92c..c2da465887d3a4ae62f3010f264fe510d0017725 100644 (file)
@@ -1,6 +1,11 @@
 python-musicpd Changes List
 ===========================
 
 python-musicpd Changes List
 ===========================
 
+Changes in 0.9.2
+----------------
+
+ * Add missing build-backend in pyproject.toml
+
 Changes in 0.9.1
 ----------------
 
 Changes in 0.9.1
 ----------------
 
index 22d8d2bb521ed9e63a52739a1cc1027400d315c2..2e82d4a187924a387463506ec4258497faaea4b4 100644 (file)
@@ -19,7 +19,7 @@ ERROR_PREFIX = "ACK "
 SUCCESS = "OK"
 NEXT = "list_OK"
 #: Module version
 SUCCESS = "OK"
 NEXT = "list_OK"
 #: Module version
-VERSION = '0.9.1'
+VERSION = '0.9.2.dev1'
 #: Seconds before a connection attempt times out
 #: (overriden by :envvar:`MPD_TIMEOUT` env. var.)
 CONNECTION_TIMEOUT = 30
 #: Seconds before a connection attempt times out
 #: (overriden by :envvar:`MPD_TIMEOUT` env. var.)
 CONNECTION_TIMEOUT = 30
index a3f46bd0f93354a8f3d0f2b037c705e53330b6c8..00c9be1d4c9463130ccc07aa870d904a627ff9f8 100644 (file)
@@ -29,6 +29,7 @@ sphinx = ["Sphinx>=5.3.0"]
 
 [build-system]
 requires = ["setuptools>=61.0.0"]
 
 [build-system]
 requires = ["setuptools>=61.0.0"]
+build-backend = "setuptools.build_meta"
 
 [tool.setuptools]
 py-modules = ["musicpd"]
 
 [tool.setuptools]
 py-modules = ["musicpd"]