Skip to content

Commit 49d0b45

Browse files
authored
Merge pull request #11 from popyson1648/fix/project-layout
refactor: Adopt src-layout for robust package discovery
2 parents 963cf67 + 7ae4938 commit 49d0b45

File tree

13 files changed

+6
-0
lines changed

13 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ dev = [
4242

4343
[project.scripts]
4444
git-scribe = "git_scribe.main:app"
45+
46+
[tool.setuptools.packages.find]
47+
where = ["src"]
48+
49+
[tool.pytest.ini_options]
50+
pythonpath = ["src"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)