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 49bf76f commit 73c102fCopy full SHA for 73c102f
source/single_source_version.rst
@@ -84,7 +84,8 @@ There are a few techniques to store the version in your project code without dup
84
.. warning::
85
86
With this approach you must make sure that the ``VERSION`` file is included in
87
- all your source and binary distributions.
+ all your source and binary distributions (e.g. add ``include VERSION`` to your
88
+ ``MANIFEST.in``).
89
90
#. Set the value in ``setup.py``, and have the project code use the
91
``pkg_resources`` API.
0 commit comments