Add files via upload

This commit is contained in:
themixray 2021-11-07 11:39:07 +03:00 committed by GitHub
parent c549e6b0df
commit 8e5bbf4a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
setup.py Normal file
View file

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