summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4da6258..e447fc4 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ except ImportError:
src = open('jsonpatch.py').read()
metadata = dict(re.findall("__([a-z]+)__ = '([^']+)'", src))
-docstrings = re.findall('"""(.*)"""', src, re.MULTILINE | re.DOTALL)
+docstrings = re.findall('"""([^"]*)"""', src, re.MULTILINE | re.DOTALL)
PACKAGE = 'jsonpatch'