]> kaliko git repositories - mpd-goodies.git/blobdiff - setup.cfg
Massive refactoring
[mpd-goodies.git] / setup.cfg
diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..d711260
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,33 @@
+[metadata]
+author = 'kaliko',
+author_email = 'kaliko@azylum.org',
+name = mpd-goodies
+version = 0.1.0
+description = A Collection of goodies for MPD Music Player
+download_url = 'http://git.kaliko.me/?p=mpd-goodies.git'
+url = 'http://kaliko.me/code/mpd-goodies'
+long_description = file: README.md
+keywords = MPD
+license = GPLv3
+classifiers =
+    Development Status :: 5 - Production/Stable
+    Environment :: Console
+    Environment :: No Input/Output (Daemon)
+    Intended Audience :: End Users/Desktop
+    License :: OSI Approved :: GNU General Public License (GPL)
+    Operating System :: POSIX
+    Topic :: Multimedia :: Sound/Audio
+    Topic :: Utilities
+    Programming Language :: Python :: 3
+    Programming Language :: Python :: 3.5
+    Programming Language :: Python :: 3.6
+    Programming Language :: Python :: 3.7
+
+[options]
+install_requires = python-musicpd
+
+[sdist]
+formats=gztar,zip
+
+[bdist_wheel]
+universal = 0