1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-29 12:15:12 +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',
long_description=readme,
install_requires=requirements,
python_requires='>=3.10.2',
python_requires='>=3.10.0',
)