Closed gipert closed 5 months ago
Is it possible to specify the location of the .git directory? In my use case, the package is located in a subdirectory and pip-installing fails.
.git
repo/ |- .git/ `- package/ `- pyproject.toml
[tool.hatch.version] source = "vcs" raw-options = { root = ".." }
Thanks!
Is it possible to specify the location of the
.git
directory? In my use case, the package is located in a subdirectory and pip-installing fails.