diff options
Diffstat (limited to 'python/setuptools-scm/README')
-rw-r--r-- | python/setuptools-scm/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/setuptools-scm/README b/python/setuptools-scm/README index 98578d9dd2..49dc82ee3f 100644 --- a/python/setuptools-scm/README +++ b/python/setuptools-scm/README @@ -1,6 +1,7 @@ -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 (manage versions by scm tags) -It also handles file finders for the supported scm's. +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. Python3 is an optional dependency. |