From 0afeb42fa73316797ca81fccb33745a07e7d6f1d Mon Sep 17 00:00:00 2001 From: themixray <35273590+themixray@users.noreply.github.com> Date: Wed, 10 Nov 2021 19:27:13 +0300 Subject: [PATCH] Delete setup.py --- setup.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 setup.py diff --git a/setup.py b/setup.py deleted file mode 100644 index a99bdb0..0000000 --- a/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -from setuptools import setup -import requests - -setup(name='pygwin',packages=['pygwin'],version='0.1.0',author='themixray', - description='A library for creating Python applications.',license='MIT', - install_requires=['cython','pywin32','pygame','inputs','pydub','wxPython'])