Skip to content

Commit 452b223

Browse files
committed
Adopt src layout
1 parent a79b2cc commit 452b223

19 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
doc/_build
22
build/
3-
execnet.egg-info/
4-
execnet/_version.py
3+
src/execnet/_version.py
54
dist/
65
.pytest_cache/
76
.eggs/

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Homepage = "https://execnet.readthedocs.io/en/latest/"
4949
source = "vcs"
5050

5151
[tool.hatch.build.hooks.vcs]
52-
version-file = "execnet/_version.py"
52+
version-file = "src/execnet/_version.py"
5353

5454
[tool.hatch.build.targets.sdist]
5555
include = [
56-
"/execnet",
56+
"/src/execnet",
5757
]
5858

5959

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)