Skip to content

Commit 6d527cf

Browse files
committed
Add authors to toml
1 parent 8017aca commit 6d527cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "mal-gui"
33
version = "0.0.1"
44
description = "A graphical user interface tool used to create MAL instance models."
5+
authors = [
6+
{name="Akash Sinha", email="aksinha@kth.se"},
7+
{name="Andrei Buhaiu", email="buhaiu@kth.se"},
8+
{name="Joakim Loxdal", email="loxdal@kth.se"},
9+
]
510
readme = "README.md"
611
requires-python = ">=3.8"
712
dependencies = [

0 commit comments

Comments
 (0)