We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc36be commit 17f7123Copy full SHA for 17f7123
1 file changed
platform-plugin-sample/pyproject.toml
@@ -120,6 +120,10 @@ root = ".."
120
version_scheme = 'only-version'
121
local_scheme = 'no-local-version'
122
123
+# Dummy version number for when ../.git isn't accessible.
124
+# This happens, for example, when bind-mounting the platform-plugin- into a Docker image.
125
+fallback_version = "0.0.0.dev0"
126
+
127
[tool.uv]
128
# Each entry lists groups with mutually exclusive version requirements so uv can
129
# produce a single uv.lock that contains a separate resolution for each. Add a
0 commit comments