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 6db49ef commit afa38c4Copy full SHA for afa38c4
source/single_source_version.rst
@@ -12,7 +12,7 @@ One of the challenges in building packages is that the version string can be req
12
* 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.
14
15
-* Some projects require that there be a version string available as an attribute in the importable module, e.g::
+* Some projects prefer that there be a version string available as an attribute in the importable module, e.g::
16
17
import a_package
18
print(a_package.__version__)
0 commit comments