Skip to content

Commit a5a38a3

Browse files
authored
build: Add hatch_build in sdist to fix installation issues (overhangio#23)
1 parent 3757898 commit a5a38a3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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
@@ -62,7 +62,7 @@ build-backend = "hatchling.build"
6262
[tool.hatch.build.targets.sdist]
6363
# Disable strict naming, otherwise twine is not able to detect name/version
6464
strict-naming = false
65-
include = ["/tutorjupyter"]
65+
include = ["/tutorjupyter", ".hatch_build.py"]
6666
exclude = ["tests*"]
6767

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

0 commit comments

Comments
 (0)