Skip to content

Commit c2ba1b5

Browse files
authored
build: Add hatch_build in sdist to fix installation issues (#39)
1 parent 243bbeb commit c2ba1b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: changelog.d/20250312_111539_dawoud.sheraz_release.md

+1
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)

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build-backend = "hatchling.build"
6161
[tool.hatch.build.targets.sdist]
6262
# Disable strict naming for twine compatibility
6363
strict-naming = false
64-
include = [ "/tutorandroid" ]
64+
include = [ "/tutorandroid", '.hatch_build.py' ]
6565
exclude = [ "tests*" ]
6666

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

0 commit comments

Comments
 (0)