Skip to content

Commit 0ff8c16

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

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
@@ -22,7 +22,7 @@ In general, the options are:
2222

2323
1) If the code is in a version control system (VCS), e.g. git, then the version can be extracted from the VCS.
2424

25-
2) The version can be hard-coded into the `pyproject.toml` file -- and the build system can copy it into other locations it may be required.
25+
2) The version can be hard-coded into the :file:`pyproject.toml` file -- and the build system can copy it into other locations it may be required.
2626

2727
3) The version string can be hard-coded into the source code -- either in a special purpose file, such as ``_version.txt``, or as a attribute in the ``__init__.py``, and the build system can extract it at build time.
2828

0 commit comments

Comments
 (0)