[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.8" dynamic = ["dependencies"] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]} [tool.isort] profile = "black" [tool.black] line-length = 120