We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11ab6d commit ea2fedbCopy full SHA for ea2fedb
pyproject.toml
@@ -1,9 +1,13 @@
1
[tool.poetry]
2
name = "jokeapi"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "Python API Wrapper for Sv443's JokeAPI (https://v2.jokeapi.dev)"
5
-authors = ["thenamesweretakenalready <43702423+thenamesweretakenalready@users.noreply.github.com>"]
6
-license = "GPL v3.0"
+readme = "README.md"
+homepage = "https://pypi.org/project/jokeapi"
7
+repository = "https://github.com/leet-hakker/JokeAPI-Python"
8
+authors = ["leet-hakker <thenamesweretakenalready@gmail.com>"]
9
+maintainers = ["leet-hakker"]
10
+license = "GPL-3.0-only"
11
12
[tool.poetry.dependencies]
13
python = "^3.9"
0 commit comments