Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ caelestia = "caelestia:main"
[tool.hatch.version]
source = "vcs"

# Allow building from a source tree without git metadata (e.g. release
# tarballs or AUR/paru build dirs), where hatch-vcs would otherwise fail
[tool.hatch.version.raw-options]
fallback_version = "0.0.0"

[tool.hatch.build.targets.sdist]
only-include = [
"src",
Expand Down