We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476f916 commit 0512c22Copy full SHA for 0512c22
source/single_source_version.rst
@@ -9,7 +9,7 @@ Single-sourcing the Project Version
9
10
One of the challenges in building packages is that the version string can be required in multiple places.
11
12
-* It needs to be specified when building the package (e.g. in pyproject.toml)
+* 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 teh installed package.
14
15
* Some projects require that there be a version string available as an attribute in the importable module, e.g::
0 commit comments