fix: setup.py (#856)

Changed requires_python to python_requires
This commit is contained in:
Vishwa Kumaresh 2022-03-05 06:04:53 +05:30 committed by GitHub
parent fe48a4a014
commit 613cfb8df0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ setup(
url='https://github.com/aiogram/aiogram',
license='MIT',
author='Alex Root Junior',
requires_python='>=3.7',
python_requires='>=3.7',
author_email='jroot.junior@gmail.com',
description='Is a pretty simple and fully asynchronous framework for Telegram Bot API',
long_description=get_description(),