pygwin2/tests/setup.py
2021-11-10 19:26:52 +03:00

6 lines
285 B
Python

from setuptools import setup
import requests
setup(name='pygwin',packages=['pygwin'],version='0.1.0',author='themixray',
description='A library for creating Python applications.',license='MIT',
install_requires=['cython','pywin32','pygame','inputs','pydub','wxPython'])