Update pyproject.toml

This commit is contained in:
2021-12-04 21:00:08 +01:00
parent 565e22a372
commit a43011962e

View File

@ -1,8 +1,13 @@
[tool.poetry]
name = "discord-nice-embed-maker"
version = "0.1.0"
description = ""
description = "Make nice embeds for Discord"
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"
homepage = "https://github.com/TheLovinator1/discord-embed"
repository = "https://github.com/TheLovinator1/discord-embed"
keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.9"