diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-16 21:06:34 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-16 21:06:34 +0200 |
commit | 2fd254af8613dba6bbd7bd9f52514229a5287d21 (patch) | |
tree | 25e1fe932bbab88c9346a30ecdcd9bfbc7a2238d /pyproject.toml | |
parent | 3959cfd0c0cab47f863ea5672350ad280b4b7773 (diff) |
dev tools, pytest and pylint
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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"] |