From 28d4e22f6a7a039cefd1ab394cb910c428466ae7 Mon Sep 17 00:00:00 2001 From: Willi Rath Date: Wed, 12 Jul 2017 12:13:05 +0200 Subject: [PATCH] Set example indentation to multiple of four --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4262fdd9..3d28622c 100644 --- a/README.rst +++ b/README.rst @@ -54,8 +54,8 @@ To use setuptools_scm just modify your project's setup.py file like this: try: __version__ = get_distribution(__name__).version except DistributionNotFound: - # package is not installed - pass + # package is not installed + pass Programmatic usage