From 8e5bbf4a843cc8d003f54c562a2ef41648707ca4 Mon Sep 17 00:00:00 2001 From: themixray <35273590+themixray@users.noreply.github.com> Date: Sun, 7 Nov 2021 11:39:07 +0300 Subject: [PATCH] Add files via upload --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..b2c3a60 --- /dev/null +++ b/setup.py @@ -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')