]> kaliko git repositories - mpd-goodies.git/blobdiff - setup.py
Massive refactoring
[mpd-goodies.git] / setup.py
diff --git a/setup.py b/setup.py
new file mode 100755 (executable)
index 0000000..5b11640
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,14 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+import glob
+
+from setuptools import setup
+
+# cf. setup.cfg
+setup(
+    scripts=glob.glob('bin/*'),
+)
+
+# VIM MODLINE
+# vim: ai ts=4 sw=4 sts=4 expandtab