Add files via upload
This commit is contained in:
parent
a3fd5c01d4
commit
3cdef5a12e
10 changed files with 94 additions and 20 deletions
7
setup.py
7
setup.py
|
@ -1,5 +1,6 @@
|
|||
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'])
|
||||
setup(name='pgw',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','pyautogui'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue