Add files via upload
This commit is contained in:
parent
acc18cd6e4
commit
c90e4875ee
26 changed files with 1523 additions and 5 deletions
3
tests/setup.bat
Normal file
3
tests/setup.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
python setup.py install
|
||||
echo [32mComplete![0m
|
6
tests/setup.py
Normal file
6
tests/setup.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
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'])
|
Loading…
Add table
Add a link
Reference in a new issue