from setuptools import setup

setup(
    name='python-github-api-client',
    version='1.0.0',
    description='GitHub API Client',
    url='https://github.com/wankata/python-github-api-client',
    author='Ivan Ivanov',
    author_email='wankata@ivanovi.net',
    license='MIT License',
    packages=['github_api_client'],
    install_requires=['requests==2.25.1'],
)