Skip to content

Commit e377112

Browse files
Merge pull request #274 from blueyed/write_to
README: add use case for write_to
2 parents 873f065 + eb7631a commit e377112

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,9 @@ The currently supported configuration keys are:
176176

177177
:write_to:
178178
A path to a file that gets replaced with a file containing the current
179-
version.
180-
It is ideal for creating a version.py file within the package.
179+
version. It is ideal for creating a version.py file within the package,
180+
typically used to avoid using `pkg_resources.get_distribution` (which adds
181+
some overhead).
181182

182183
.. warning::
183184

0 commit comments

Comments
 (0)