summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-11-30 20:13:58 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-11-30 20:13:58 +0100
commitb4baef94e002ca599afa20373e898cf14fe91caa (patch)
tree3bd7bdf8ce73ee41dcfb45c811f24130a0185c35
parent2d3b65364bb7b4943d78dc0440c8558bb25f5a62 (diff)
parentf0d86eff696932d0bfd1224b57acbb30c8243923 (diff)
downloadsetuptools-scm-b4baef94e002ca599afa20373e898cf14fe91caa.tar.gz
Merge pull request #68 from pypa/issue-67
fix issue #67
-rw-r--r--README.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 63699e5..6d0ebdb 100644
--- a/README.rst
+++ b/README.rst
@@ -43,6 +43,17 @@ In oder to use setuptools_scm for sphinx config
version = get_version()
+Notable Plugins
+----------------
+
+`setuptools_scm_git_archive <https://pypi.python.org/pypi/setuptools_scm_git_archive>`_
+provides partial support for obtaining versions from git archvies
+that belong to tagged versions. The only reason for not including
+it in setuptools-scm itself is git/github not supporting
+sufficient metadata for untagged/followup commits,
+which is preventing a consistent UX.
+
+
Default versioning scheme
--------------------------