Add files via upload
This commit is contained in:
parent
c549e6b0df
commit
8e5bbf4a84
1 changed files with 9 additions and 0 deletions
9
setup.py
Normal file
9
setup.py
Normal 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')
|
Loading…
Add table
Add a link
Reference in a new issue