Skip to content

Commit fc1c553

Browse files
committed
renew project
1 parent f7ccc1e commit fc1c553

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ build-backend = "hatchling.build"
66
authors = [{ name = "fluentqa-team", email = "fluent-qa@fluentqa.com" }]
77
classifiers = [
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 = [
2927
license = { text = "MIT" }
3028
name = "{{prject_name}}"
3129
readme = "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]

0 commit comments

Comments
 (0)