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