From af7b88b93db481455a35cad933855fd264017701 Mon Sep 17 00:00:00 2001 From: Slava Date: Tue, 12 Mar 2024 13:18:07 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20se?= =?UTF-8?q?tup.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 setup.py diff --git a/setup.py b/setup.py deleted file mode 100644 index a1a24d9..0000000 --- a/setup.py +++ /dev/null @@ -1,15 +0,0 @@ -from setuptools import setup -import __init__ - -setup( - name='fun and admin bot', - version=__init__.__version__, - packages=['lib'], - url='', - platforms='POSIX', - license='', - author='riksl', - author_email='', - description='', - requires=[] -)