Skip to content

Commit 7e5348f

Browse files
authored
Update pyproject.toml
Signed-off-by: Chris F <[email protected]>
1 parent 6c86baa commit 7e5348f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "pytest-behave"
3-
version = "1.0.2"
2+
name = "pybehave-selenium-test-framework"
3+
version = "1.0.3"
44
authors = [
55
{ name="Argo DevOps", email="[email protected]" },
66
]
@@ -25,7 +25,7 @@ build-backend = "hatchling.build"
2525

2626

2727
[tool.hatch.build.targets.wheel]
28-
packages = ["src/configuration", "src/drivers", "src/features", "src/utils"]
28+
packages = ["app/configuration", "app/drivers", "app/features", "app/utils"]
2929

3030
[tool.ruff]
3131
# Exclude a variety of commonly ignored directories.

0 commit comments

Comments
 (0)