X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=06924ade4e6639c1098b5ccc441991199d97331d;hp=84eaff9390bd99f01aa1e2b03c4ed0df7a89f30c;hb=HEAD;hpb=57628d1d2e54b60c27ff5bcf60c6d17beeffc22c diff --git a/setup.py b/setup.py deleted file mode 100755 index 84eaff9..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: GPL-3.0-or-later - -from setuptools import setup - -setup() - -# vim: set expandtab shiftwidth=4 softtabstop=4 textwidth=79: