Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2022
commit 0431f4e0c73cef396f547cb70189a03c3bc74392
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ to be supplied to ``get_version()``. For example:
# pyproject.toml
[tool.setuptools_scm]
write_to = "pkg/_version.py"

Where ``pkg`` is the name of your package.

If you need to confirm which version string is being generated
Expand Down Expand Up @@ -339,7 +339,7 @@ if it doesn't already exist, and copy-paste this into it::
Finally, don't forget to commit those two files::

git add .git_archival.txt .gitattributes && git commit

Note that if you are creating a ``_version.py`` file, note that it should not
be kept in version control.

Expand Down