Update setup.py

This commit is contained in:
Profitroll 2024-01-04 00:35:12 +02:00
parent 9c2a6460e8
commit 8ff45fa3c6

View File

@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
setup(
name='pykeyboard',
version='0.1.5',
version='0.1.6',
author='PyMaster',
author_email='',
description='Best Keyboard and Pagination for the Pyrogram Library.',
@ -16,9 +16,6 @@ setup(
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',