From 061129f84e3bcacf28f7e0f668852e6daa1be830 Mon Sep 17 00:00:00 2001 From: themixray <35273590+themixray@users.noreply.github.com> Date: Sun, 5 Dec 2021 18:36:06 +0300 Subject: [PATCH] Delete tests directory --- tests/setup.bat | 3 --- tests/setup.py | 6 ------ 2 files changed, 9 deletions(-) delete mode 100644 tests/setup.bat delete mode 100644 tests/setup.py diff --git a/tests/setup.bat b/tests/setup.bat deleted file mode 100644 index 609db68..0000000 --- a/tests/setup.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -python setup.py install -echo Complete! diff --git a/tests/setup.py b/tests/setup.py deleted file mode 100644 index a99bdb0..0000000 --- a/tests/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'])