Skip to content

Commit 8529ada

Browse files
Update source/single_source_version.rst
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 0ff8c16 commit 8529ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/single_source_version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Single-sourcing the Project Version
1010
One of the challenges in building packages is that the version string can be required in multiple places.
1111

1212
* It needs to be specified when building the package (e.g. in :file:``pyproject.toml``)
13-
- That will assure that it is properly assigned in the distribution file name, and in the installed package.
13+
- That will assure that it is properly assigned in the distribution file name, and in the installed package metadata.
1414

1515
* A package may set a top level ``__version__`` attribute to provide runtime access to the version of the installed package. If this is done, the value of ``__version__`` attribute and that used by the build system to set the distribution's version should be kept in sync in :ref:`the build systems's recommended way <how_to_set_version_links>`.
1616

0 commit comments

Comments
 (0)