Compare commits
1 Commits
release
...
dsheraz/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79d8d472e5 |
@ -0,0 +1 @@
|
||||
- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)
|
||||
@ -59,7 +59,7 @@ build-backend = "hatchling.build"
|
||||
[tool.hatch.build.targets.sdist]
|
||||
# Disable strict naming, otherwise twine is not able to detect name/version
|
||||
strict-naming = false
|
||||
include = [ "/tutordiscovery"]
|
||||
include = [ "/tutordiscovery", ".hatch_build.py"]
|
||||
exclude = ["tests*"]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user