11[project ]
22name = " python-utility-scripts"
3- version = " 3.11.11 "
3+ version = " 1.0.16 "
44description = " Python utility scripts"
5- authors = [{
name =
" dbasunag" ,
email =
" [email protected] " }]
65requires-python = " ~=3.9"
76readme = " README.md"
87license = " Apache-2.0"
98classifiers = [
109 " Programming Language :: Python :: 3" ,
11- " Operating System :: OS Independent" ,
10+ " Operating System :: OS Independent"
1211]
1312dependencies = [
1413 " pylero>=0.1.0,<0.2" ,
@@ -17,43 +16,43 @@ dependencies = [
1716 " jira>=3.6.0,<4" ,
1817 " tenacity>=9.0.0,<10" ,
1918 " python-simple-logger>=2.0.0,<3" ,
20- " pyhelper-utils>=1.0.1,<2" ,
19+ " pyhelper-utils>=1.0.1,<2"
2120]
2221
23- [project .urls ]
24- Homepage = " https://github.com/RedHatQE/python-utility-scripts"
25- Repository = " https://github.com/RedHatQE/python-utility-scripts"
26- Documentation = " https://github.com/RedHatQE/python-utility-scripts/blob/main/README.md"
22+ [[project .authors ]]
23+ name = " dbasunag"
24+ 2725
28- [project .scripts ]
29- pyutils-unusedcode = " apps.unused_code.unused_code:get_unused_functions"
30- pyutils-polarion-verify-tc-requirements = " apps.polarion.polarion_verify_tc_requirements:has_verify"
31- pyutils-polarion-set-automated = " apps.polarion.polarion_set_automated:polarion_approve_automate"
32- pyutils-jira = " apps.jira_utils.jira_information:get_jira_mismatch"
26+ [project .urls ]
27+ Homepage = " https://github.com/RedHatQE/python-utility-scripts"
28+ Repository = " https://github.com/RedHatQE/python-utility-scripts"
29+ Documentation = " https://github.com/RedHatQE/python-utility-scripts/blob/main/README.md"
3330
34- [tool .coverage .run ]
35- omit = [" tests/*" ]
31+ [project .scripts ]
32+ pyutils-unusedcode = " apps.unused_code.unused_code:get_unused_functions"
33+ pyutils-polarion-verify-tc-requirements = " apps.polarion.polarion_verify_tc_requirements:has_verify"
34+ pyutils-polarion-set-automated = " apps.polarion.polarion_set_automated:polarion_approve_automate"
35+ pyutils-jira = " apps.jira_utils.jira_information:get_jira_mismatch"
3636
37- [dependency-groups ]
38- dev = [" ipdb>=0.13.13,<0.14" , " ipython" ]
39- test = [" pytest>=8.0.0,<9" , " pytest-cov>=6.0.0,<7" ]
37+ [tool .coverage .run ]
38+ omit = [ " tests/*" ]
4039
4140[tool .coverage .report ]
4241fail_under = 65
4342skip_empty = true
4443
45- [tool .uv ]
46- default-groups = [" dev" , " test" ]
47-
4844[tool .coverage .html ]
4945directory = " .tests_coverage"
5046show_contexts = true
5147
48+ [tool .uv ]
49+ default-groups = [ " dev" , " test" ]
50+
5251[tool .hatch .build .targets .sdist ]
53- include = [" apps" ]
52+ include = [ " apps" ]
5453
5554[tool .hatch .build .targets .wheel ]
56- include = [" apps" ]
55+ include = [ " apps" ]
5756
5857[tool .mypy ]
5958show_error_codes = true
@@ -69,11 +68,17 @@ preview = true
6968line-length = 120
7069fix = true
7170output-format = " grouped"
72- lint.extend-select = [" I" ]
7371
74- [tool .ruff .format ]
75- exclude = [" .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
72+ [tool .ruff .lint ]
73+ extend-select = [ " I" ]
74+
75+ [tool .ruff .format ]
76+ exclude = [ " .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
77+
78+ [dependency-groups ]
79+ dev = [ " ipdb>=0.13.13,<0.14" , " ipython" ]
80+ test = [ " pytest>=8.0.0,<9" , " pytest-cov>=6.0.0,<7" ]
7681
7782[build-system ]
78- requires = [" hatchling" ]
83+ requires = [ " hatchling" ]
7984build-backend = " hatchling.build"
0 commit comments