Skip to content

Commit

Permalink
Fix README and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
artembakhanov committed Jul 17, 2020
1 parent a01a615 commit f048fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Very simple inline calendar for your bot.

<img src="examples/images/1.png" alt="1" style="zoom:70.6%;" /><img src="examples/images/2.png" alt="2" style="zoom:54%;" />
<img src="https://i.gyazo.com/21d553c25481827b55174acfcf45259b.gif" style="zoom:67%;" />

# Getting Started

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author='Artem Bakhanov',
author_email='[email protected]',
url='https://github.com/artembakhanov/python-telegram-bot-calendar',
download_url='https://github.com/artembakhanov/python-telegram-bot-calendar/archive/v_01.tar.gz',
download_url='https://github.com/artembakhanov/python-telegram-bot-calendar/archive/v_0.1.tar.gz',
keywords=['calendar', 'telegram', 'bot', 'telegram bot'],
install_requires=[
'python-dateutil',
Expand Down

0 comments on commit f048fdc

Please sign in to comment.