Skip to content

Commit 127c645

Browse files
committed
build: Add hatch_build in sdist to fix installation issues
1 parent ff1b54d commit 127c645

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ include = [
5252
"requirements/base.in",
5353
"requirements/plugins.txt",
5454
"requirements/dev.txt",
55-
"LICENSE.txt"
55+
"LICENSE.txt",
56+
".hatch_build.py",
5657
]
5758
exclude = ["tests*"]
5859

0 commit comments

Comments
 (0)