Skip to content

Commit

Permalink
docs: add GIF usage on README
Browse files Browse the repository at this point in the history
  • Loading branch information
leandcesar committed Mar 28, 2023
1 parent 708e9e7 commit 3403288
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
themoviedb
==========

.. raw:: html

<h1 align="center">
<a href="https://github.com/leandcesar/themoviedb">
<img src="https://github.com/leandcesar/themoviedb/blob/master/docs/assets/themoviedb.gif?raw=true" alt="themoviedb"/>
</a>
</h1>


A modern and easy to use API wrapper for The Movie Database (TMDb) API v3
written in Python. Supports sync and async requests!

Expand Down
Binary file added docs/assets/themoviedb.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
requirements = [
"aiohttp==3.8.0",
"dacite==1.8.0",
"requests==2.28.2",
]

test_requirements = [
Expand All @@ -22,7 +23,7 @@
author="Leandro César",
author_email="[email protected]",
url="https://github.com/leandcesar/themoviedb",
version="0.2.2",
version="0.3.2",
license="MIT",
python_requires=">=3.7",
packages=find_packages(include=["themoviedb", "themoviedb.*"]),
Expand Down

0 comments on commit 3403288

Please sign in to comment.