We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d6381 commit 27bb284Copy full SHA for 27bb284
pyproject.toml
@@ -78,6 +78,10 @@ packages = ["rsconnect"]
78
79
[tool.setuptools_scm]
80
write_to = "rsconnect/version.py"
81
+# since we dirty the state by transforming the file
82
+# keep the version number consistent
83
+version_scheme = "no-guess-dev"
84
+local_scheme = "node-and-date"
85
86
[tool.setuptools.package-data]
87
rsconnect = ["py.typed"]
0 commit comments