From fbd246c4d5f39513b24ac88b5fb19c0faa581f2f Mon Sep 17 00:00:00 2001
From: Kaliko Jack <kaliko@azylum.org>
Date: Sat, 7 May 2022 18:38:06 +0200
Subject: [PATCH] Fixed setup.cfg format

---
 setup.cfg | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 5bbd5c4..dddaf5e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,19 +11,19 @@ long_description =  file: README.rst
 long_description_content_type = text/x-rst
 license = LGPLv3
 license_file = LICENSE.txt
-author = 'Kaliko Jack'
-author_email = 'kaliko@azylum.org'
-url = 'https://kaliko.me/python-musicpd/'
-download_url = 'https://pypi.org/project/python-musicpd/'
+author = Kaliko Jack
+author_email = kaliko@azylum.org
+url = https://kaliko.me/python-musicpd/
+download_url = https://pypi.org/project/python-musicpd/
 keywords = mpd, Music Player Daemon
 classifiers =
-    "Development Status :: 5 - Production/Stable",
-    "Intended Audience :: Developers",
-    "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
-    "Natural Language :: English",
-    "Operating System :: OS Independent",
-    "Programming Language :: Python :: 3",
-    "Topic :: Software Development :: Libraries :: Python Modules"
+    Development Status :: 5 - Production/Stable
+    Intended Audience :: Developers
+    License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+    Natural Language :: English
+    Operating System :: OS Independent
+    Programming Language :: Python :: 3
+    Topic :: Software Development :: Libraries :: Python Modules
 
 [options]
 python_requires = >=3.6
-- 
2.39.5