Skip to content

Commit 73c102f

Browse files
committed
Add hint on adding VERSION to distributions.
1 parent 49bf76f commit 73c102f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/single_source_version.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ There are a few techniques to store the version in your project code without dup
8484
.. warning::
8585

8686
With this approach you must make sure that the ``VERSION`` file is included in
87-
all your source and binary distributions.
87+
all your source and binary distributions (e.g. add ``include VERSION`` to your
88+
``MANIFEST.in``).
8889

8990
#. Set the value in ``setup.py``, and have the project code use the
9091
``pkg_resources`` API.

0 commit comments

Comments
 (0)