File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ build-backend = "hatchling.build"
6
6
authors = [{ name = " fluentqa-team" , email = " fluent-qa@fluentqa.com" }]
7
7
classifiers = [
8
8
" Development Status :: 3 - Alpha" ,
9
- " License :: OSI Approved :: MIT License" ,
10
- " Operating System :: OS Independent" ,
11
9
" Programming Language :: Python :: 3.10" ,
12
10
" Programming Language :: Python :: 3.11" ,
13
11
" Programming Language :: Python :: 3.12" ,
@@ -29,7 +27,7 @@ keywords = [
29
27
license = { text = " MIT" }
30
28
name = " {{prject_name}}"
31
29
readme = " README.md"
32
- requires-python = " >= 3.9"
30
+ requires-python = " >3.9"
33
31
34
32
35
33
[project .scripts ]
@@ -68,6 +66,7 @@ dev = [
68
66
" pytest-cov>=6.0.0" ,
69
67
" pytest>=8.3.4" ,
70
68
" coverage-badge>=1.1.2" ,
69
+ " qpyci"
71
70
]
72
71
73
72
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments