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
37 lines (32 loc) · 796 Bytes
/
pyproject.toml
File metadata and controls
37 lines (32 loc) · 796 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
37
[project]
name = "sample-programs"
version = "2026.3.4"
description = "Sample Programs in Every Programming Language"
readme = ".github/README.md"
requires-python = ">=3.10,<4.0"
license = "MIT"
dependencies = [
"ronbun (>=0.11.0,<0.12.0)",
"glotter2 (>=0.15.0,<0.16.0)",
"pyyaml (>=6.0.3,<7.0.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"