Skip to content

Commit 6aaf8bb

Browse files
Merge pull request #358 from rrobby86/patch-1
Fixed references to ScmVersion class in README
2 parents bf484fd + c7963da commit 6aaf8bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Adding a new SCM
359359
entrypoint's name. E.g. for the built-in entrypoint for git the
360360
entrypoint is named ``.git`` and references ``setuptools_scm.git:parse``
361361

362-
The return value MUST be a ``setuptools.version.ScmVersion`` instance
362+
The return value MUST be a ``setuptools_scm.version.ScmVersion`` instance
363363
created by the function ``setuptools_scm.version:meta``.
364364

365365
``setuptools_scm.files_command``
@@ -374,7 +374,7 @@ Version number construction
374374

375375
``setuptools_scm.version_scheme``
376376
Configures how the version number is constructed given a
377-
``setuptools.version.ScmVersion`` instance and should return a string
377+
``setuptools_scm.version.ScmVersion`` instance and should return a string
378378
representing the version.
379379

380380
Available implementations:
@@ -384,7 +384,7 @@ Version number construction
384384

385385
``setuptools_scm.local_scheme``
386386
Configures how the local part of a version is rendered given a
387-
``setuptools.version.ScmVersion`` instance and should return a string
387+
``setuptools_scm.version.ScmVersion`` instance and should return a string
388388
representing the local version.
389389

390390
Available implementations:

0 commit comments

Comments
 (0)