Skip to content
Closed
Changes from all commits
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
5 changes: 4 additions & 1 deletion source/guides/single-sourcing-package-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ number of your project:

.. note::

This technique has the disadvantage of having to deal with complexities of regular expressions.
This technique has the disadvantage of having to deal with the
complexities of regular expressions. The `read_version
<https://pypi.org/project/read_version>`_ library provides a function
that does this for you.

#. Use an external build tool that either manages updating both locations, or
offers an API that both locations can use.
Expand Down