X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=06924ade4e6639c1098b5ccc441991199d97331d;hp=8fd8f7fc60bd3704985f7c8e5f3cca23073bb069;hb=HEAD;hpb=80fdad9f2cad5b3759351ab38bf32cad863cd3cb diff --git a/setup.py b/setup.py deleted file mode 100755 index 8fd8f7f..0000000 --- a/setup.py +++ /dev/null @@ -1,10 +0,0 @@ -#! /usr/bin/env python3 -# coding: utf-8 -# SPDX-FileCopyrightText: 2012-2021 kaliko -# SPDX-License-Identifier: LGPL-3.0-or-later - -from setuptools import setup - -setup() - -# vim: set expandtab shiftwidth=4 softtabstop=4 textwidth=79: