diff --git a/changelog.d/20250312_111539_dawoud.sheraz_release.md b/changelog.d/20250312_111539_dawoud.sheraz_release.md new file mode 100644 index 0000000..fb4c929 --- /dev/null +++ b/changelog.d/20250312_111539_dawoud.sheraz_release.md @@ -0,0 +1 @@ +- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz) diff --git a/pyproject.toml b/pyproject.toml index 1502ff5..fee44ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.sdist] # Disable strict naming for twine compatibility strict-naming = false -include = [ "/tutorandroid" ] +include = [ "/tutorandroid", '.hatch_build.py' ] exclude = [ "tests*" ] [tool.hatch.build.targets.wheel]