pygwin2/setup.py
2021-12-19 17:05:10 +03:00

6 lines
323 B
Python

from setuptools import setup
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'])