[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"