summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8f4a98951..36889cc42 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ basic linear algebra and random number generation.
"""
from __future__ import division, print_function
-DOCLINES = __doc__.split("\n")
+DOCLINES = (__doc__ or '').split("\n")
import os
import sys