diff --git a/pyproject.toml b/pyproject.toml index e69de29..c65bc75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[build-system] +requires = ['setuptools>=42.0', "wheel"] +build-backend = "setuptools.build_meta" + +[tool.pytest.ini_options] +testpaths = [ + "tests" + ] + +[tool.mypy] +mypy_path = "src" +ignore_missing_imports = true \ No newline at end of file