]> 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 8fd8f7f..0000000
--- a/setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /usr/bin/env python3
-# coding: utf-8
-# SPDX-FileCopyrightText: 2012-2021  kaliko <kaliko@azylum.org>
-# SPDX-License-Identifier: LGPL-3.0-or-later
-
-from setuptools import setup
-
-setup()
-
-# vim: set expandtab shiftwidth=4 softtabstop=4 textwidth=79: