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"
66authors = [{ name = " fluentqa-team" , email = " fluent-qa@fluentqa.com" }]
77classifiers = [
88 " Development Status :: 3 - Alpha" ,
9- " License :: OSI Approved :: MIT License" ,
10- " Operating System :: OS Independent" ,
119 " Programming Language :: Python :: 3.10" ,
1210 " Programming Language :: Python :: 3.11" ,
1311 " Programming Language :: Python :: 3.12" ,
@@ -29,7 +27,7 @@ keywords = [
2927license = { text = " MIT" }
3028name = " {{prject_name}}"
3129readme = " README.md"
32- requires-python = " >= 3.9"
30+ requires-python = " >3.9"
3331
3432
3533[project .scripts ]
@@ -68,6 +66,7 @@ dev = [
6866 " pytest-cov>=6.0.0" ,
6967 " pytest>=8.3.4" ,
7068 " coverage-badge>=1.1.2" ,
69+ " qpyci"
7170]
7271
7372[tool .ruff ]
You can’t perform that action at this time.
0 commit comments