buster / pyproject.toml
jerpint's picture
Fix formatting issues (#56)
5b7d0e6 unverified
raw history blame
No virus
407 Bytes
[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"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[tool.isort]
profile = "black"
[tool.black]
line-length = 120