Skip to content

Commit 856ea2a

Browse files
authored
build: Add hatch_build in sdist to fix installation issues
build: Add hatch_build in sdist to fix installation issues
1 parent 2f49963 commit 856ea2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ build-backend = "hatchling.build"
6464
[tool.hatch.build.targets.sdist]
6565
# Disable strict naming, otherwise twine is not able to detect name/version
6666
strict-naming = false
67-
include = ["/tutormfe"]
67+
include = ["/tutormfe", ".hatch_build.py"]
6868
exclude = ["tests*"]
6969

7070
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)