Add files via upload
This commit is contained in:
parent
741ea4081f
commit
c62119243e
60 changed files with 422 additions and 130 deletions
10
setup.py
10
setup.py
|
@ -1,8 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
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','moviepy',
|
||||
'pipwin','wave','opencv-python'])
|
||||
setup(name='pgw',packages=['pygwin'],version='0.1.0',
|
||||
author='themixray',description='A library for creating Python applications.',
|
||||
license='MIT',install_requires=['cython','pywin32','pygame','inputs','randstr',
|
||||
'pydub','wxPython','pyautogui','moviepy','pipwin','wave','opencv-python'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue