pygwin2/setup.py
2021-11-10 21:13:29 +03:00

5 lines
268 B
Python

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