[project] name = "abratest" version = "0.2.0" requires-python = "~=3.11" dependencies = [ "pytest == 7.4.3", ] [project.optional-dependencies] dev = [ "ruff >= 0.1.3", ] [tool.setuptools] package-dir = {"" = "abratest"} [tool.ruff] line-length = 120 target-version = "py311" [tool.pytest.ini_options] python_functions = "test_* setup_*" # norecursedirs = "previous-work src"