summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Yurchak <rth.yurchak@gmail.com>2021-03-04 21:46:41 +0100
committerGitHub <noreply@github.com>2021-03-04 21:46:41 +0100
commit6082d47e50ac343217cd5719881a81f669d5751c (patch)
tree39ea78ffacf54007f6349676b2db4be60eeb7792
parentb8451688b9cb295136c0154c7c59c25a9d88f844 (diff)
downloadsetuptools-scm-6082d47e50ac343217cd5719881a81f669d5751c.tar.gz
Update README.rst (#519)
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f9193c1..ca1a63d 100644
--- a/README.rst
+++ b/README.rst
@@ -220,7 +220,8 @@ Alternatively, you can use ``pkg_resources`` which is included in
# package is not installed
pass
-This does place a runtime dependency on ``setuptools``.
+However, this does place a runtime dependency on ``setuptools`` and can add up to
+a few 100ms overhead for the package import time.
.. _PEP-0566: https://www.python.org/dev/peps/pep-0566/
.. _importlib_metadata: https://pypi.org/project/importlib-metadata/