File size: 536 Bytes
21acbea
 
 
 
 
e112463
21acbea
e112463
21acbea
5b7d0e6
21acbea
 
44ee439
 
 
21acbea
 
 
 
 
 
 
 
c6dd20e
 
 
 
44ee439
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
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "buster"
version = "0.0.1"
description = "buster the bot for the mila cluster"
readme = "README.md"
requires-python = ">=3.10"
dynamic = ["dependencies"]

[project.scripts]
buster_csv_parser = "buster.docparser:main"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.isort]
profile = "black"

[tool.black]
line-length = 120

[tool.pytest.ini_options]
log_cli = true
log_cli_level = "INFO"