Skip to content

Commit 61d1ea6

Browse files
committed
Apparently the description= arg to setup() gets cut off at one line, so get rid of the line break in the middle
1 parent 3dd86d0 commit 61d1ea6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import sys
44
from setuptools import setup
55

6-
DESC = """A Python package for describing statistical models and for
7-
building design matrices."""
6+
DESC = ("A Python package for describing statistical models and for "
7+
"building design matrices.")
88

99
LONG_DESC = open("README.rst").read()
1010

0 commit comments

Comments
 (0)