chore: add authors pyproject metadata

This commit is contained in:
cătălin 2024-10-23 11:17:26 +02:00
commit 64c69aab84
No known key found for this signature in database
3 changed files with 5 additions and 6 deletions

View file

@ -1,8 +1,12 @@
[project]
name = "markovbot-gui"
version = "0.1.0"
description = "Add your description here"
description = "Markov Chain Bot GUI"
readme = "README.md"
authors = [
{ name = "tomaarsen" },
{ name = "185504a9", email = "catalin@roboces.dev" }
]
requires-python = ">=3.11"
dependencies = [
"kivy[base]>=2.3.0",