We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ccc1e commit fc1c553Copy full SHA for fc1c553
pyproject.toml
@@ -6,8 +6,6 @@ build-backend = "hatchling.build"
6
authors = [{ name = "fluentqa-team", email = "fluent-qa@fluentqa.com" }]
7
classifiers = [
8
"Development Status :: 3 - Alpha",
9
- "License :: OSI Approved :: MIT License",
10
- "Operating System :: OS Independent",
11
"Programming Language :: Python :: 3.10",
12
"Programming Language :: Python :: 3.11",
13
"Programming Language :: Python :: 3.12",
@@ -29,7 +27,7 @@ keywords = [
29
27
license = { text = "MIT" }
30
28
name = "{{prject_name}}"
31
readme = "README.md"
32
-requires-python = ">=3.9"
+requires-python = ">3.9"
33
34
35
[project.scripts]
@@ -68,6 +66,7 @@ dev = [
68
66
"pytest-cov>=6.0.0",
69
67
"pytest>=8.3.4",
70
"coverage-badge>=1.1.2",
+ "qpyci"
71
]
72
73
[tool.ruff]
0 commit comments