File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
66name = " krakenparser"
77version = " 1.1.2"
88description = " A collection of scripts designed to process Kraken2 reports and convert them into CSV format."
9- readme = {file = " README.md" , content-type = " text/markdown" }
10- license = {file = " LICENSE" }
11- authors = [{name = " Ilia Popov" , email = " iljapopov17@gmail.com" }]
9+ readme = { file = " README.md" , content-type = " text/markdown" }
10+ license = { file = " LICENSE" }
11+ authors = [{ name = " Ilia Popov" , email = " iljapopov17@gmail.com" }]
1212requires-python = " >=3.10,<=3.16"
1313dependencies = [
1414 " pandas>=2.0.0,<=2.3.3" ,
@@ -20,10 +20,7 @@ dependencies = [
2020]
2121
2222[project .optional-dependencies ]
23- dev = [
24- " pytest>=7.0.0" ,
25- " pytest-cov>=4.0.0" ,
26- ]
23+ dev = [" pytest>=7.0.0" , " pytest-cov>=4.0.0" ]
2724
2825[project .urls ]
2926Homepage = " https://github.com/PopovIILab/KrakenParser"
@@ -52,7 +49,4 @@ omit = [
5249]
5350
5451[tool .coverage .report ]
55- exclude_lines = [
56- " pragma: no cover" ,
57- " if __name__ == .__main__.:" ,
58- ]
52+ exclude_lines = [" pragma: no cover" , " if __name__ == .__main__.:" ]
You can’t perform that action at this time.
0 commit comments