Add files via upload

This commit is contained in:
themixray 2021-11-10 21:13:29 +03:00 committed by GitHub
parent deb4fcc069
commit a7808f6aac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 1571 additions and 3 deletions

5
setup.py Normal file
View file

@ -0,0 +1,5 @@
from setuptools import setup
setup(name='pygwin',packages=['pygwin'],version='0.0.1',author='themixray',
description='A library for creating Python applications.',license='MIT',
install_requires=['cython','pywin32','pygame','inputs','pydub','wxPython'])