Delete tests directory

This commit is contained in:
themixray 2021-12-05 18:36:06 +03:00 committed by GitHub
parent ae219f8a76
commit 061129f84e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View file

@ -1,3 +0,0 @@
@echo off
python setup.py install
echo Complete!

View file

@ -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'])