Skip to content

Commit c195d5e

Browse files
committed
reorder
1 parent ef93767 commit c195d5e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
[build-system]
2-
build-backend = "hatchling.build"
3-
requires = ["hatchling"]
4-
51
[dependency-groups]
62
dev = [
73
"ruff==0.11.8",
84
"pre-commit==4.2.0"
95
]
106

117
[project]
12-
authors = [{name = "Nir Tal", email = "nirt236@gmail.com"}]
138
dependencies = [
149
"allure-pytest==2.14.1",
1510
"assertpy==1.1",
@@ -32,15 +27,7 @@ dependencies = [
3227
"visual-regression-tracker==4.9.0",
3328
"xlrd==2.0.1"
3429
]
35-
description = "Selenium Python example project with pytest and Allure report"
36-
name = "selenium-python-example"
37-
readme = "README.md"
3830
requires-python = "~=3.11"
39-
version = "0.1.0"
40-
41-
[project.urls]
42-
Homepage = "https://github.com/nirtal85/Selenium-Python-Example"
43-
Repository = "https://github.com/nirtal85/Selenium-Python-Example"
4431

4532
[tool.pytest.ini_options]
4633
pythonpath = "src"

0 commit comments

Comments
 (0)