Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benjhar committed Sep 17, 2020
1 parent b3415dd commit 37a3493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
setuptools.setup(
name="jokeapi",
packages=["jokeapi"],
version="0.2.5.2",
version="0.2.6",
license="GNU General Public License v3 (GPLv3)",
description="An API Wrapper for Sv443's JokeAPI",
long_description=long_description,
long_description_content_type="text/markdown",
author="thenamesweretakenalready",
author_email="[email protected]",
url="""https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper""",
download_url="https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper/archive/v0.2.5.2.tar.gz",
download_url="https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper/archive/v0.2.6.tar.gz",
keywords=["api wrapper", "wrapper", "api", "jokes", "python", "joke api"],
install_requires=[
"urllib3==1.25.8",
Expand Down

0 comments on commit 37a3493

Please sign in to comment.