Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0a804d32ef | |||
e3db7eb3e9 | |||
031dbdbbdd |
4
setup.py
4
setup.py
@ -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',
|
||||
)
|
||||
|
Reference in New Issue
Block a user