Skip to content

Commit 7737a58

Browse files
committed
Add whitespace
1 parent 62ad886 commit 7737a58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/guides/single-sourcing-package-version.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ number of your project:
4242
.. code-block:: ini
4343
4444
[metadata]
45-
version = attr:package.__version__
45+
version = attr: package.__version__
4646
4747
Earlier versions of setuptools implemented the ``attr:`` directive by
4848
importing the module, but setuptools 46.4.0 added rudimentary AST
4949
analysis so that ``attr:`` can function without having to import any of
5050
the package's dependencies.
5151

52+
5253
#. Use an external build tool that either manages updating both locations, or
5354
offers an API that both locations can use.
5455

0 commit comments

Comments
 (0)