From 2fd254af8613dba6bbd7bd9f52514229a5287d21 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sat, 16 Mar 2024 21:06:34 +0200 Subject: dev tools, pytest and pylint --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 483d69f..f6ab331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,3 +19,14 @@ coverage = "^7.4.4" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.poetry.scripts] +miinaharava = 'sliceitoff.main:main' + +[tool.pytest.ini_options] +pythonpath = [ "src/sliceitoff" ] + + +[tool.pylint.main] +recursive = true +source-roots = ["src/sliceitoff"] -- cgit v1.2.3