diff options
Diffstat (limited to 'python/setuptools-scm/README')
-rw-r--r-- | python/setuptools-scm/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/setuptools-scm/README b/python/setuptools-scm/README index 49dc82ee3f..3227352464 100644 --- a/python/setuptools-scm/README +++ b/python/setuptools-scm/README @@ -1,7 +1,7 @@ -setuptools-scm (manage versions by scm tags) +setuptools_scm handles managing your python package versions in scm +metadata instead of declaring them as the version argument or in a +scm managed file. -setuptools-scm handles managing your python package versions in scm -metadata instead of declaring them as the version argument or in a scm -managed file. It also handles file finders for the supported scm's. +It also handles file finders for the supported scm's. Python3 is an optional dependency. |