Skip to content

Commit 0512c22

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

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
@@ -9,7 +9,7 @@ Single-sourcing the Project Version
99

1010
One of the challenges in building packages is that the version string can be required in multiple places.
1111

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

1515
* Some projects require that there be a version string available as an attribute in the importable module, e.g::

0 commit comments

Comments
 (0)