chore: add authors pyproject metadata
This commit is contained in:
parent
acb4557d62
commit
64c69aab84
3 changed files with 5 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
|||
[submodule "TwitchMarkovChain"]
|
||||
path = TwitchMarkovChain
|
||||
url = https://github.com/tomaarsen/TwitchMarkovChain.git
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
<start>
|
||||
<end>
|
||||
Loading…
Add table
Add a link
Reference in a new issue