diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -147,7 +147,8 @@ The Currently supported configuration keys are: a function that will be used instead of the discovered scm for parsing the version, use with caution, this is a expert function and you should be closely familiar with the setuptools_scm internals to use it - + + .. versionadded:: 1.10 To use setuptools_scm in other Python code you can use the ``get_version`` function: |