We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806c16f commit 168d100Copy full SHA for 168d100
pyproject.toml
@@ -1,8 +1,11 @@
1
[project]
2
# This section contains metadata about your project.
3
-# Don't forget to change the name and description to match your project!
+# Don't forget to change the name, description, and authors to match your project!
4
name = "code-jam-template"
5
description = "Add your description here"
6
+authors = [
7
+ { name = "Your Name" }
8
+]
9
version = "0.1.0"
10
readme = "README.md"
11
requires-python = ">=3.12"
0 commit comments