1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-30 04:35:13 +00:00

Added setup.py

This commit is contained in:
sudosnok 2022-03-27 16:15:47 +01:00
parent 1f1fe877e5
commit fe977277be

View file

@ -23,5 +23,5 @@ setup(
description='An asynchronous python wrapper around the GitHub API', description='An asynchronous python wrapper around the GitHub API',
long_description=readme, long_description=readme,
install_requires=requirements, install_requires=requirements,
python_requires='>=3.10.2', python_requires='>=3.10.0',
) )