summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-09-12 21:19:28 +0200
committerGitHub <noreply@github.com>2019-09-12 21:19:28 +0200
commit6aaf8bb97e0c1e85987b7022825e8d5d01521233 (patch)
tree02322468ecf2a7f8c524472777118eb8d725cdfc
parentbf484fd1a569a8fb8425dec6ed14922d1e6c0784 (diff)
parentc7963dac22fec4dcbff4865bfcc917eeaa29dd60 (diff)
downloadsetuptools-scm-6aaf8bb97e0c1e85987b7022825e8d5d01521233.tar.gz
Merge pull request #358 from rrobby86/patch-1
Fixed references to ScmVersion class in README
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 3752cac..f55c6df 100644
--- a/README.rst
+++ b/README.rst
@@ -359,7 +359,7 @@ Adding a new SCM
entrypoint's name. E.g. for the built-in entrypoint for git the
entrypoint is named ``.git`` and references ``setuptools_scm.git:parse``
- The return value MUST be a ``setuptools.version.ScmVersion`` instance
+ The return value MUST be a ``setuptools_scm.version.ScmVersion`` instance
created by the function ``setuptools_scm.version:meta``.
``setuptools_scm.files_command``
@@ -374,7 +374,7 @@ Version number construction
``setuptools_scm.version_scheme``
Configures how the version number is constructed given a
- ``setuptools.version.ScmVersion`` instance and should return a string
+ ``setuptools_scm.version.ScmVersion`` instance and should return a string
representing the version.
Available implementations:
@@ -384,7 +384,7 @@ Version number construction
``setuptools_scm.local_scheme``
Configures how the local part of a version is rendered given a
- ``setuptools.version.ScmVersion`` instance and should return a string
+ ``setuptools_scm.version.ScmVersion`` instance and should return a string
representing the local version.
Available implementations: