Add files via upload
This commit is contained in:
parent
edd3f86508
commit
c5a4d36a76
8 changed files with 239 additions and 21 deletions
8
setup.py
8
setup.py
|
@ -1,6 +1,8 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(name='pgw',packages=['pygwin'],version='0.0.3',author='themixray',
|
||||
setup(name='pgw',packages=['pygwin'],version='0.0.4',author='themixray',
|
||||
description='A library for creating Python applications.',
|
||||
license='MIT',install_requires=['cython','pywin32','pygame',
|
||||
'inputs','pydub','wxPython','pyautogui'])
|
||||
license='MIT',install_requires=
|
||||
['cython','pywin32','pygame','inputs',
|
||||
'pydub','wxPython','pyautogui','moviepy',
|
||||
'pipwin','wave','opencv-python'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue