]> kaliko git repositories - python-musicpd.git/blobdiff - setup.py
Releasing 0.9.0
[python-musicpd.git] / setup.py
diff --git a/setup.py b/setup.py
deleted file mode 100755 (executable)
index e2e8805..0000000
--- a/setup.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /usr/bin/env python3
-# coding: utf-8
-
-from setuptools import setup
-
-setup()
-
-# vim: set expandtab shiftwidth=4 softtabstop=4 textwidth=79: