Compare commits

...

3 Commits

Author SHA1 Message Date
Profitroll 0a804d32ef Update setup.py 2024-01-04 00:48:36 +02:00
Profitroll e3db7eb3e9 Update setup.py 2024-01-04 00:48:23 +02:00
Profitroll 031dbdbbdd Update setup.py 2024-01-04 00:48:04 +02:00
1 changed files with 2 additions and 2 deletions

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.6',
version='0.1.7',
author='PyMaster',
author_email='',
description='Best Keyboard and Pagination for the Pyrogram Library.',
@ -28,7 +28,7 @@ setup(
keywords='telegram pyrogram keyboard bot userbot',
url='https://github.com/pystorage/pykeyboard',
packages=['pykeyboard'],
install_requires=['pyrogram', 'tgcrypto'],
install_requires=['pyrofork'],
long_description=long_description,
long_description_content_type='text/markdown',
)