forked from TheRenegadeCoder/sample-programs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (31 loc) · 764 Bytes
/
pyproject.toml
File metadata and controls
36 lines (31 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[project]
name = "sample-programs"
version = "2025.10.13"
description = "Sample Programs in Every Programming Language"
readme = ".github/README.md"
requires-python = ">=3.9,<4.0"
license = "MIT"
dependencies = [
"ronbun (>=0.9.1,<0.10.0)",
"glotter2 (>=0.12.1,<0.13.0)"
]
# Initiator of the collection
authors = [
{name = "Jeremy Grifski", email = "jeremy.grifski@therenegadecoder.com"}
]
# Major contributors along the way
maintainers = [
{name = "auroq"},
{name = "rzuckerm"},
{name = "stuin"},
{name = "noah11012"},
{name = "heksterb"},
{name = "msj2"},
{name = "chrboe"},
{name = "2Clutch"},
{name = "alope107"}
]
[tool.poetry]
package-mode = false
[tool.pytest.ini_options]
console_output_style = "count"