Skip to content

Commit b35bd14

Browse files
Update source/discussions/single-source-version.rst
Co-authored-by: Anderson Bravalheri <[email protected]>
1 parent c335757 commit b35bd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/discussions/single-source-version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In general, the options are:
2424

2525
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

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

2929

3030
Consult your build system's documentation for their recommended method.

0 commit comments

Comments
 (0)