Skip to content

Commit ea2fedb

Browse files
committed
📝 Update pyproject.toml
1 parent b11ab6d commit ea2fedb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pyproject.toml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[tool.poetry]
22
name = "jokeapi"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Python API Wrapper for Sv443's JokeAPI (https://v2.jokeapi.dev)"
5-
authors = ["thenamesweretakenalready <[email protected]>"]
6-
license = "GPL v3.0"
5+
readme = "README.md"
6+
homepage = "https://pypi.org/project/jokeapi"
7+
repository = "https://github.com/leet-hakker/JokeAPI-Python"
8+
authors = ["leet-hakker <[email protected]>"]
9+
maintainers = ["leet-hakker"]
10+
license = "GPL-3.0-only"
711

812
[tool.poetry.dependencies]
913
python = "^3.9"

0 commit comments

Comments
 (0)