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 1a174ea commit 0431f4eCopy full SHA for 0431f4e
README.rst
@@ -77,7 +77,7 @@ to be supplied to ``get_version()``. For example:
77
# pyproject.toml
78
[tool.setuptools_scm]
79
write_to = "pkg/_version.py"
80
-
+
81
Where ``pkg`` is the name of your package.
82
83
If you need to confirm which version string is being generated
@@ -339,7 +339,7 @@ if it doesn't already exist, and copy-paste this into it::
339
Finally, don't forget to commit those two files::
340
341
git add .git_archival.txt .gitattributes && git commit
342
343
Note that if you are creating a ``_version.py`` file, note that it should not
344
be kept in version control.
345
0 commit comments