Skip to content

Commit 04017c2

Browse files
authored
Merge pull request #3 from cyeganeh01248/main
Corrected pyproject
2 parents 69d5418 + 9dd1a59 commit 04017c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requires = ["hatchling"]
3737
build-backend = "hatchling.build"
3838

3939
[tool.hatch.build.targets.wheel]
40-
packages = ["safe_result"]
40+
packages = ["src/safe_result"]
4141

4242
[tool.pytest.ini_options]
4343
pythonpath = ["src"]

0 commit comments

Comments
 (0)