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 b93a511 commit 4c66f15Copy full SHA for 4c66f15
README.rst
@@ -80,6 +80,7 @@ instead use ``pkg_resources`` after editable/real installation:
80
81
.. code:: python
82
83
+ # contents of docs/conf.py
84
from pkg_resources import get_distribution
85
release = get_distribution('myproject').version
86
# for example take major/minor
0 commit comments