File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ Adding a new SCM
359
359
entrypoint's name. E.g. for the built-in entrypoint for git the
360
360
entrypoint is named ``.git `` and references ``setuptools_scm.git:parse ``
361
361
362
- The return value MUST be a ``setuptools .version.ScmVersion `` instance
362
+ The return value MUST be a ``setuptools_scm .version.ScmVersion `` instance
363
363
created by the function ``setuptools_scm.version:meta ``.
364
364
365
365
``setuptools_scm.files_command ``
@@ -374,7 +374,7 @@ Version number construction
374
374
375
375
``setuptools_scm.version_scheme ``
376
376
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
378
378
representing the version.
379
379
380
380
Available implementations:
@@ -384,7 +384,7 @@ Version number construction
384
384
385
385
``setuptools_scm.local_scheme ``
386
386
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
388
388
representing the local version.
389
389
390
390
Available implementations:
You can’t perform that action at this time.
0 commit comments