Add files via upload

This commit is contained in:
themixray 2021-12-08 12:19:54 +03:00 committed by GitHub
parent edd3f86508
commit c5a4d36a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 239 additions and 21 deletions

View file

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