summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Fiers <tomas.fiers@gmail.com>2020-10-26 11:39:03 +0000
committerGitHub <noreply@github.com>2020-10-26 11:39:03 +0000
commitcdfd35bc60cd9efb30b0f5d0c50002ee3f4e64f2 (patch)
tree424af7eacdf73366214bf8593ee975ed0bdb78f1
parentecc2348cbfafb5e9711e06b4c2dcef5633ce0d51 (diff)
downloadsetuptools-scm-cdfd35bc60cd9efb30b0f5d0c50002ee3f4e64f2.tar.gz
Add missing space in ReadMe
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6b77679..50ed525 100644
--- a/README.rst
+++ b/README.rst
@@ -198,7 +198,7 @@ or the `importlib_metadata`_ backport:
__version__ = version(__name__)
except PackageNotFoundError:
# package is not installed
- pass
+ pass
Alternatively, you can use ``pkg_resources`` which is included in
``setuptools``: