Skip to content

Commit 168d100

Browse files
committed
Add authors field
1 parent 806c16f commit 168d100

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[project]
22
# This section contains metadata about your project.
3-
# Don't forget to change the name and description to match your project!
3+
# Don't forget to change the name, description, and authors to match your project!
44
name = "code-jam-template"
55
description = "Add your description here"
6+
authors = [
7+
{ name = "Your Name" }
8+
]
69
version = "0.1.0"
710
readme = "README.md"
811
requires-python = ">=3.12"

0 commit comments

Comments
 (0)